summaryrefslogtreecommitdiffstats
path: root/dconf/post-install
diff options
context:
space:
mode:
Diffstat (limited to 'dconf/post-install')
-rwxr-xr-xdconf/post-install11
1 files changed, 11 insertions, 0 deletions
diff --git a/dconf/post-install b/dconf/post-install
new file mode 100755
index 000000000..82e2cad83
--- /dev/null
+++ b/dconf/post-install
@@ -0,0 +1,11 @@
+#!/bin/sh
+
+port=dconf
+
+# glib schemas
+/usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas
+
+# icon cache
+gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+
+# End of file