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