summaryrefslogtreecommitdiff
path: root/artistic
diff options
context:
space:
mode:
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: