summaryrefslogtreecommitdiff
path: root/staging/grafx2/grafx2.install
diff options
context:
space:
mode:
Diffstat (limited to 'staging/grafx2/grafx2.install')
-rw-r--r--staging/grafx2/grafx2.install16
1 files changed, 16 insertions, 0 deletions
diff --git a/staging/grafx2/grafx2.install b/staging/grafx2/grafx2.install
new file mode 100644
index 000000000..12589796c
--- /dev/null
+++ b/staging/grafx2/grafx2.install
@@ -0,0 +1,16 @@
+pkgname=grafx2
+
+post_upgrade() {
+ gtk-update-icon-cache -q -f -t /usr/share/icons/hicolor
+ update-desktop-database -q
+}
+
+post_install() {
+ post_upgrade
+}
+
+post_remove() {
+ post_upgrade
+}
+
+# vim:set ts=2 sw=2 et: