summarylogtreecommitdiffstats
path: root/google-chrome.install
diff options
context:
space:
mode:
authorDet2015-07-12 23:40:06 +0300
committerDet2015-07-12 23:40:06 +0300
commit8b641d1261b1c603208f513d43d57335feea8253 (patch)
treeecc3a37d91fb1d9d67b8e8cb54264755c2ba772b /google-chrome.install
parentfbdc4fa107bb55b74383fad6bd956f521ac81ed3 (diff)
downloadaur-8b641d1261b1c603208f513d43d57335feea8253.tar.gz
Clean up .install
Diffstat (limited to 'google-chrome.install')
-rw-r--r--google-chrome.install6
1 files changed, 3 insertions, 3 deletions
diff --git a/google-chrome.install b/google-chrome.install
index 57ef900c1cc1..585bff065086 100644
--- a/google-chrome.install
+++ b/google-chrome.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-stable'"
}
-
post_upgrade() {
post_install
}
-
post_remove() {
_update
-} \ No newline at end of file
+}