summarylogtreecommitdiffstats
path: root/photoflow.install
diff options
context:
space:
mode:
authoralexdiaconescu2016-09-25 22:53:36 +0300
committeralexdiaconescu2016-09-25 22:53:36 +0300
commit34071c87901932ab163e435f1dea1cb249dced7d (patch)
tree7d54a6236f3d02662c7606a7f0471d8ddbe7ec29 /photoflow.install
parentfaadb057ba6ea8c9099b04574dbc837240c758c4 (diff)
downloadaur-34071c87901932ab163e435f1dea1cb249dced7d.tar.gz
Update to 0.2.6.r203.g5c904c3
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
+}