summaryrefslogtreecommitdiff
path: root/staging/dvdrip/dvdrip.install
diff options
context:
space:
mode:
Diffstat (limited to 'staging/dvdrip/dvdrip.install')
-rw-r--r--staging/dvdrip/dvdrip.install19
1 files changed, 0 insertions, 19 deletions
diff --git a/staging/dvdrip/dvdrip.install b/staging/dvdrip/dvdrip.install
deleted file mode 100644
index 4cd6160c4..000000000
--- a/staging/dvdrip/dvdrip.install
+++ /dev/null
@@ -1,19 +0,0 @@
-# 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_remove() {
- echo "update desktop mime database..."
- update-desktop-database -q
-}