summarylogtreecommitdiffstats
path: root/google-chrome-dev.install
diff options
context:
space:
mode:
authorDet2016-11-11 18:07:50 +0200
committerDet2016-11-11 18:07:50 +0200
commit33d279850159cc4c9ed58362a21992d0fed3d2a5 (patch)
treeb678cc1738654d549d1134d8540a7a54729ff6fb /google-chrome-dev.install
parentd13675c83285742c384518e6f95b07075acd03d6 (diff)
downloadaur-33d279850159cc4c9ed58362a21992d0fed3d2a5.tar.gz
Pacman hooks implemented since January (5.0.0): https://git.archlinux.org/pacman.git/tree/NEWS
Diffstat (limited to 'google-chrome-dev.install')
-rw-r--r--google-chrome-dev.install13
1 files changed, 0 insertions, 13 deletions
diff --git a/google-chrome-dev.install b/google-chrome-dev.install
index 653fac120109..b756c9d59204 100644
--- a/google-chrome-dev.install
+++ b/google-chrome-dev.install
@@ -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-dev-flags.conf"
note "The launcher is called: 'google-chrome-unstable'"
}
@@ -29,7 +20,3 @@ post_install() {
post_upgrade() {
post_install
}
-
-post_remove() {
- _update
-}