summaryrefslogtreecommitdiff
path: root/artistic/aqsis/aqsis.install
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-02-22 00:04:20 -0800
committerroot <root@rshg054.dnsready.net>2013-02-22 00:04:20 -0800
commit0ab7960ba6a457b7dd3ed5ede0cdb93e816d29a4 (patch)
treecee051ac15f97c74d7b6562c8627e53ff4a45dbe /artistic/aqsis/aqsis.install
parent111b18e76114f1a46a23a979a7872e7fda412601 (diff)
Fri Feb 22 00:04:20 PST 2013
Diffstat (limited to 'artistic/aqsis/aqsis.install')
-rw-r--r--artistic/aqsis/aqsis.install14
1 files changed, 0 insertions, 14 deletions
diff --git a/artistic/aqsis/aqsis.install b/artistic/aqsis/aqsis.install
deleted file mode 100644
index b2086e07b..000000000
--- a/artistic/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: