summarylogtreecommitdiffstats
path: root/rednotebook.install
diff options
context:
space:
mode:
authorFadeMind2015-08-12 06:21:15 +0200
committerFadeMind2015-08-12 06:21:15 +0200
commitb47926ba9dd65ce6ef359e6712486cfaa17b30cc (patch)
tree82fa202c3641737d6700de3659f71d926568e81f /rednotebook.install
downloadaur-b47926ba9dd65ce6ef359e6712486cfaa17b30cc.tar.gz
1.10.1-1
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
+}