summaryrefslogtreecommitdiff
path: root/testing/dvdrip/dvdrip.install
diff options
context:
space:
mode:
Diffstat (limited to 'testing/dvdrip/dvdrip.install')
-rw-r--r--testing/dvdrip/dvdrip.install12
1 files changed, 2 insertions, 10 deletions
diff --git a/testing/dvdrip/dvdrip.install b/testing/dvdrip/dvdrip.install
index 4cd6160c4..e111ef946 100644
--- a/testing/dvdrip/dvdrip.install
+++ b/testing/dvdrip/dvdrip.install
@@ -1,19 +1,11 @@
-# this is the scrollkeeper handling sample file
-
post_install() {
- echo "update desktop mime database..."
update-desktop-database -q
}
post_upgrade() {
- post_install $1
-}
-
-pre_remove() {
- /bin/true
+ post_install
}
post_remove() {
- echo "update desktop mime database..."
- update-desktop-database -q
+ post_install
}