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