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, 19 insertions, 0 deletions
diff --git a/staging/dvdrip/dvdrip.install b/staging/dvdrip/dvdrip.install
new file mode 100644
index 000000000..4cd6160c4
--- /dev/null
+++ b/staging/dvdrip/dvdrip.install
@@ -0,0 +1,19 @@
+# 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
+}