summaryrefslogtreecommitdiff
path: root/community/recoll/recoll.install
diff options
context:
space:
mode:
Diffstat (limited to 'community/recoll/recoll.install')
-rw-r--r--community/recoll/recoll.install13
1 files changed, 13 insertions, 0 deletions
diff --git a/community/recoll/recoll.install b/community/recoll/recoll.install
new file mode 100644
index 000000000..a89ee4bf0
--- /dev/null
+++ b/community/recoll/recoll.install
@@ -0,0 +1,13 @@
+post_upgrade() {
+ gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_install() {
+ post_upgrade
+}
+
+post_remove() {
+ post_upgrade
+}
+
+# vim:set ts=2 sw=2 et: