mirror of
https://github.com/luzifer-aur/google-chrome-dev.git
synced 2024-11-09 11:30:05 +00:00
Clean up .install
This commit is contained in:
parent
189aaff495
commit
480c54eb11
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
}
|
Loading…
Reference in a new issue