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