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