summarylogtreecommitdiffstats
path: root/rednotebook.install
diff options
context:
space:
mode:
Diffstat (limited to 'rednotebook.install')
-rw-r--r--rednotebook.install9
1 files changed, 9 insertions, 0 deletions
diff --git a/rednotebook.install b/rednotebook.install
new file mode 100644
index 000000000000..1341925440ea
--- /dev/null
+++ b/rednotebook.install
@@ -0,0 +1,9 @@
+post_install() {
+ gtk-update-icon-cache -f /usr/share/icons/hicolor
+}
+post_upgrade() {
+ gtk-update-icon-cache -f /usr/share/icons/hicolor
+}
+post_remove() {
+ gtk-update-icon-cache -f /usr/share/icons/hicolor
+}