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