summarylogtreecommitdiffstats
path: root/firefox-beta-bin.install
diff options
context:
space:
mode:
authorDet2016-11-11 18:07:24 +0200
committerDet2016-11-11 18:07:24 +0200
commit1f4c660198f4475615276494d2bf518ff1fea85f (patch)
tree04d20aa64b26e3759112833fa534bb31b86fbf64 /firefox-beta-bin.install
parentc85872ef46ee792a8fedf43b69ccf868882060e0 (diff)
downloadaur-1f4c660198f4475615276494d2bf518ff1fea85f.tar.gz
Pacman hooks implemented since January (5.0.0): https://git.archlinux.org/pacman.git/tree/NEWS
Diffstat (limited to 'firefox-beta-bin.install')
-rw-r--r--firefox-beta-bin.install13
1 files changed, 0 insertions, 13 deletions
diff --git a/firefox-beta-bin.install b/firefox-beta-bin.install
index f5d5bd34f62a..9a09883e1d97 100644
--- a/firefox-beta-bin.install
+++ b/firefox-beta-bin.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.."
- gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-}
-
post_install() {
- _update
note 1 "This package installs side-by-side with [extra]'s firefox."
note 2 "The launcher is called: 'firefox-beta'."
}
@@ -29,7 +20,3 @@ post_install() {
post_upgrade() {
post_install
}
-
-post_remove() {
- _update
-}