summarylogtreecommitdiffstats
path: root/thunderbird-hg.install
diff options
context:
space:
mode:
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