summaryrefslogtreecommitdiff
path: root/community-testing/fityk/fityk.install
diff options
context:
space:
mode:
Diffstat (limited to 'community-testing/fityk/fityk.install')
-rw-r--r--community-testing/fityk/fityk.install14
1 files changed, 14 insertions, 0 deletions
diff --git a/community-testing/fityk/fityk.install b/community-testing/fityk/fityk.install
new file mode 100644
index 000000000..df476d572
--- /dev/null
+++ b/community-testing/fityk/fityk.install
@@ -0,0 +1,14 @@
+post_install() {
+ update-mime-database /usr/share/mime
+ update-desktop-database -q
+}
+
+post_upgrade() {
+ update-mime-database /usr/share/mime
+ update-desktop-database -q
+}
+
+post_remove() {
+ update-mime-database /usr/share/mime
+ update-desktop-database -q
+}