summarylogtreecommitdiffstats
path: root/aqsis.install
diff options
context:
space:
mode:
Diffstat (limited to 'aqsis.install')
-rw-r--r--aqsis.install14
1 files changed, 0 insertions, 14 deletions
diff --git a/aqsis.install b/aqsis.install
deleted file mode 100644
index b2086e07b579..000000000000
--- a/aqsis.install
+++ /dev/null
@@ -1,14 +0,0 @@
-post_install() {
- gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor/
- update-mime-database usr/share/mime > /dev/null
- update-desktop-database -q
-}
-post_upgrade() {
- post_install $1
-}
-
-post_remove() {
- post_install $1
-}
-
-# vim:set ts=2 sw=2 et: