summaryrefslogtreecommitdiffstats
path: root/evolution/post-install
diff options
context:
space:
mode:
Diffstat (limited to 'evolution/post-install')
-rw-r--r--evolution/post-install14
1 files changed, 14 insertions, 0 deletions
diff --git a/evolution/post-install b/evolution/post-install
new file mode 100644
index 0000000..42e5594
--- /dev/null
+++ b/evolution/post-install
@@ -0,0 +1,14 @@
+#!/bin/sh
+
+port=evolution
+
+# gconf schemas
+/usr/sbin/gconfpkg --install $port
+
+# desktop database
+update-desktop-database -q
+
+# icon cache
+gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+
+# End of file