summarylogtreecommitdiffstats
path: root/thunderbird-hg.install
diff options
context:
space:
mode:
authorDet2017-03-05 13:02:53 +0200
committerDet2017-03-05 13:02:53 +0200
commit8dfc13f531a73885d0a558073686bf29ea0956d8 (patch)
tree56c4e06cf6ae144d44bf9b39570bacca1c8d1e3a /thunderbird-hg.install
parentc296c671d294bfceb7be2e169384e24f74ad9264 (diff)
downloadaur-8dfc13f531a73885d0a558073686bf29ea0956d8.tar.gz
Upgpkg: 54.0a1.r21260.cbc772c7b1b4
Diffstat (limited to 'thunderbird-hg.install')
-rw-r--r--thunderbird-hg.install21
1 files changed, 0 insertions, 21 deletions
diff --git a/thunderbird-hg.install b/thunderbird-hg.install
index 4f08f918e7fa..9b5439b5bb42 100644
--- a/thunderbird-hg.install
+++ b/thunderbird-hg.install
@@ -1,8 +1,3 @@
-# Colored makepkg-like functions
-msg_blue() {
- printf "${blue}==>${bold} $1${all_off}\n"
-}
-
note() {
printf "${blue}==>${yellow} NOTE:$1${bold} $2${all_off}\n"
}
@@ -12,23 +7,7 @@ bold="${all_off}$(tput bold)"
blue="${bold}$(tput setaf 4)"
yellow="${bold}$(tput setaf 3)"
-_update() {
- msg_blue "Updating desktop 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 binary is called 'thunderbird-hg'."
}
-
-post_upgrade() {
- _update
-}
-
-post_remove() {
- post_upgrade
-} \ No newline at end of file