From 480c54eb11e50a54b4e58b0c82cb8b783f9685cc Mon Sep 17 00:00:00 2001 From: Det Date: Sun, 12 Jul 2015 23:40:34 +0300 Subject: [PATCH] Clean up .install --- google-chrome-dev.install | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/google-chrome-dev.install b/google-chrome-dev.install index a2f6543..2dbe166 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 +}