summaryrefslogtreecommitdiff
path: root/artistic
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <andre@pc-01.localdomain>2012-04-18 22:12:52 -0300
committerAndré Fabian Silva Delgado <andre@pc-01.localdomain>2012-04-18 22:12:52 -0300
commitfc4693463c80a8d8956bad8b275a70b0c32f59b9 (patch)
tree3a44c661f318ca2a5cae55f87a06c9f94e26652c /artistic
parent90777310819abbf29fc34ff59c022cc9d0fe2b60 (diff)
aqsis-1.8.1-1: Adding aqsis.install
Diffstat (limited to 'artistic')
-rw-r--r--artistic/aqsis/aqsis.install14
1 files changed, 14 insertions, 0 deletions
diff --git a/artistic/aqsis/aqsis.install b/artistic/aqsis/aqsis.install
new file mode 100644
index 000000000..b2086e07b
--- /dev/null
+++ b/artistic/aqsis/aqsis.install
@@ -0,0 +1,14 @@
+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: