summarylogtreecommitdiffstats
path: root/gcstatistic.install
diff options
context:
space:
mode:
Diffstat (limited to 'gcstatistic.install')
-rw-r--r--gcstatistic.install15
1 files changed, 15 insertions, 0 deletions
diff --git a/gcstatistic.install b/gcstatistic.install
new file mode 100644
index 000000000000..34d8c65dddfa
--- /dev/null
+++ b/gcstatistic.install
@@ -0,0 +1,15 @@
+post_install() {
+ gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+ update-desktop-database -q
+}
+
+post_upgrade() {
+ gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+ update-desktop-database -q
+}
+
+post_remove() {
+ gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+ update-desktop-database -q
+}
+