summarylogtreecommitdiffstats
path: root/mars.install
diff options
context:
space:
mode:
Diffstat (limited to 'mars.install')
-rw-r--r--mars.install12
1 files changed, 12 insertions, 0 deletions
diff --git a/mars.install b/mars.install
new file mode 100644
index 000000000000..7dd16bb635c1
--- /dev/null
+++ b/mars.install
@@ -0,0 +1,12 @@
+
+post_install() {
+ gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_update() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}