summaryrefslogtreecommitdiffstats
path: root/gnome-session/post-install
diff options
context:
space:
mode:
Diffstat (limited to 'gnome-session/post-install')
-rw-r--r--gnome-session/post-install12
1 files changed, 12 insertions, 0 deletions
diff --git a/gnome-session/post-install b/gnome-session/post-install
index 3a9773c..446fc5c 100644
--- a/gnome-session/post-install
+++ b/gnome-session/post-install
@@ -1,2 +1,14 @@
+#!/bin/sh
+
+port=gnome-session
+
+# 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