summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDet2016-11-11 18:09:47 +0200
committerDet2016-11-11 18:09:47 +0200
commitd7fcca70ab8c8ba89f9d975e772a6b7b65c70b05 (patch)
tree296e92f1630a6779cb7da4de8e0515753ee54a11
parent9cf534dfee1748b7088a8b17f92ca5d338b0bfd5 (diff)
downloadaur-d7fcca70ab8c8ba89f9d975e772a6b7b65c70b05.tar.gz
Pacman hooks implemented since January (5.0.0): https://git.archlinux.org/pacman.git/tree/NEWS
-rw-r--r--thunderbird-beta-bin.install16
1 files changed, 0 insertions, 16 deletions
diff --git a/thunderbird-beta-bin.install b/thunderbird-beta-bin.install
index 455428442924..b8cde1a0797b 100644
--- a/thunderbird-beta-bin.install
+++ b/thunderbird-beta-bin.install
@@ -12,24 +12,8 @@ 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 thunderbird."
note 2 "The launcher is called: 'thunderbird-beta'."
}
-
-post_upgrade() {
- _update
-}
-
-post_remove() {
- post_upgrade
-}