summaryrefslogtreecommitdiff
path: root/community-staging/fityk/fityk.install
diff options
context:
space:
mode:
Diffstat (limited to 'community-staging/fityk/fityk.install')
-rw-r--r--community-staging/fityk/fityk.install14
1 files changed, 0 insertions, 14 deletions
diff --git a/community-staging/fityk/fityk.install b/community-staging/fityk/fityk.install
deleted file mode 100644
index df476d572..000000000
--- a/community-staging/fityk/fityk.install
+++ /dev/null
@@ -1,14 +0,0 @@
-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
-}