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