summarylogtreecommitdiffstats
path: root/photoflow.install
diff options
context:
space:
mode:
Diffstat (limited to 'photoflow.install')
-rw-r--r--photoflow.install9
1 files changed, 9 insertions, 0 deletions
diff --git a/photoflow.install b/photoflow.install
new file mode 100644
index 000000000000..fcb1cb8a4386
--- /dev/null
+++ b/photoflow.install
@@ -0,0 +1,9 @@
+post_install() {
+ update-desktop-database -q
+ 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
+}