summaryrefslogtreecommitdiffstats
path: root/tracker/post-install
diff options
context:
space:
mode:
Diffstat (limited to 'tracker/post-install')
-rwxr-xr-xtracker/post-install14
1 files changed, 14 insertions, 0 deletions
diff --git a/tracker/post-install b/tracker/post-install
new file mode 100755
index 0000000..2c1aa56
--- /dev/null
+++ b/tracker/post-install
@@ -0,0 +1,14 @@
+#!/bin/sh
+
+port=tracker
+
+# glib schemas
+/usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas
+
+# desktop database
+update-desktop-database -q
+
+# icon cache
+gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+
+# End of file