summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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
-}