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() {
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
}
}