Clean up .install

This commit is contained in:
Det 2015-07-12 23:40:34 +03:00
parent 189aaff495
commit 480c54eb11

View file

@ -15,21 +15,21 @@ yellow="${bold}$(tput setaf 3)"
_update() { _update() {
msg_blue "Updating desktop MIME database..." msg_blue "Updating desktop MIME database..."
update-desktop-database -q update-desktop-database -q
msg_blue "Updating icon cache.." msg_blue "Updating icon cache.."
xdg-icon-resource forceupdate --theme hicolor &>/dev/null xdg-icon-resource forceupdate --theme hicolor &>/dev/null
} }
post_install() { post_install() {
_update _update
note "The launcher is called: 'google-chrome-unstable'" note "The launcher is called: 'google-chrome-unstable'"
} }
post_upgrade() { post_upgrade() {
post_install post_install
} }
post_remove() { post_remove() {
_update _update
} }