summarylogtreecommitdiffstats
path: root/heli-x.install
diff options
context:
space:
mode:
Diffstat (limited to 'heli-x.install')
-rw-r--r--heli-x.install9
1 files changed, 9 insertions, 0 deletions
diff --git a/heli-x.install b/heli-x.install
new file mode 100644
index 000000000000..ea579ebcada3
--- /dev/null
+++ b/heli-x.install
@@ -0,0 +1,9 @@
+post_install() {
+ if [ -x usr/bin/gtk-update-icon-cache ]; then usr/bin/gtk-update-icon-cache usr/share/icons/hicolor/; fi
+ if [ -x usr/bin/update-desktop-database ]; then usr/bin/update-desktop-database; fi
+}
+
+post_remove() {
+ if [ -x usr/bin/gtk-update-icon-cache ]; then usr/bin/gtk-update-icon-cache usr/share/icons/hicolor/; fi
+ if [ -x usr/bin/update-desktop-database ]; then usr/bin/update-desktop-database; fi
+}