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