summaryrefslogtreecommitdiff
path: root/pcr/aqsis/aqsis.install
diff options
context:
space:
mode:
Diffstat (limited to 'pcr/aqsis/aqsis.install')
-rw-r--r--pcr/aqsis/aqsis.install14
1 files changed, 0 insertions, 14 deletions
diff --git a/pcr/aqsis/aqsis.install b/pcr/aqsis/aqsis.install
deleted file mode 100644
index b2086e07b..000000000
--- a/pcr/aqsis/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: