summarylogtreecommitdiffstats
path: root/jamin.install
diff options
context:
space:
mode:
Diffstat (limited to 'jamin.install')
-rw-r--r--jamin.install13
1 files changed, 13 insertions, 0 deletions
diff --git a/jamin.install b/jamin.install
new file mode 100644
index 000000000000..d2e62232b416
--- /dev/null
+++ b/jamin.install
@@ -0,0 +1,13 @@
+post_install() {
+ /usr/bin/update-mime-database usr/share/mime
+}
+
+pre_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
+
+# vim:set ts=2 sw=2 et: