summarylogtreecommitdiffstats
path: root/google-chrome-dev.install
diff options
context:
space:
mode:
Diffstat (limited to 'google-chrome-dev.install')
-rw-r--r--google-chrome-dev.install6
1 files changed, 3 insertions, 3 deletions
diff --git a/google-chrome-dev.install b/google-chrome-dev.install
index a2f6543cb99e..2dbe1662b766 100644
--- a/google-chrome-dev.install
+++ b/google-chrome-dev.install
@@ -15,21 +15,21 @@ yellow="${bold}$(tput setaf 3)"
_update() {
msg_blue "Updating desktop MIME database..."
update-desktop-database -q
+
msg_blue "Updating icon cache.."
xdg-icon-resource forceupdate --theme hicolor &>/dev/null
}
post_install() {
_update
+
note "The launcher is called: 'google-chrome-unstable'"
}
-
post_upgrade() {
post_install
}
-
post_remove() {
_update
-} \ No newline at end of file
+}