summaryrefslogtreecommitdiffstats
path: root/gcr/post-install
diff options
context:
space:
mode:
Diffstat (limited to 'gcr/post-install')
-rwxr-xr-xgcr/post-install17
1 files changed, 17 insertions, 0 deletions
diff --git a/gcr/post-install b/gcr/post-install
new file mode 100755
index 0000000..7c6de85
--- /dev/null
+++ b/gcr/post-install
@@ -0,0 +1,17 @@
+#!/bin/sh
+
+port=gnome-keyring
+
+# 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
+
+# mime database
+update-mime-database /usr/share/mime > /dev/null
+
+# End of file