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