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