summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDet2016-12-17 23:02:34 +0200
committerDet2016-12-17 23:02:34 +0200
commitd8594edec6be8c0f079e0637e602220c2e33d98a (patch)
treea1946a28b1649366150aafe0ac01df4f251b4177
parent307cbc899cc0c1ec6087cb05c33349165c8c3dfe (diff)
downloadaur-d8594edec6be8c0f079e0637e602220c2e33d98a.tar.gz
Handled by hooks
-rw-r--r--vuze-extreme-mod.install8
1 files changed, 0 insertions, 8 deletions
diff --git a/vuze-extreme-mod.install b/vuze-extreme-mod.install
index 13f1ed46e8a0..f77c90617d71 100644
--- a/vuze-extreme-mod.install
+++ b/vuze-extreme-mod.install
@@ -13,9 +13,6 @@ blue="${bold}$(tput setaf 4)"
yellow="${bold}$(tput setaf 3)"
post_install() {
- msg_blue "Updating desktop MIME database..."
- update-desktop-database -q
-
note "The launcher is called: 'vuze-extreme-mod'"
note "This package installs side-by-side with 'vuze'."
}
@@ -23,8 +20,3 @@ post_install() {
post_upgrade() {
post_install
}
-
-post_remove() {
- msg_blue "Updating desktop MIME database..."
- update-desktop-database -q
-}