mirror of
https://github.com/luzifer-aur/google-chrome-beta.git
synced 2024-11-09 14:10:01 +00:00
Pacman hooks implemented since January (5.0.0): https://git.archlinux.org/pacman.git/tree/NEWS
This commit is contained in:
parent
f523a3ae56
commit
a5223300ff
1 changed files with 0 additions and 13 deletions
|
@ -12,16 +12,7 @@ bold="${all_off}$(tput bold)"
|
|||
blue="${bold}$(tput setaf 4)"
|
||||
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 "Custom flags should be put directly in: ~/.config/chrome-beta-flags.conf"
|
||||
note "The launcher is called: 'google-chrome-beta'"
|
||||
}
|
||||
|
@ -29,7 +20,3 @@ post_install() {
|
|||
post_upgrade() {
|
||||
post_install
|
||||
}
|
||||
|
||||
post_remove() {
|
||||
_update
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue