summaryrefslogtreecommitdiffstats
path: root/gnome-shell-extensions/post-install
diff options
context:
space:
mode:
Diffstat (limited to 'gnome-shell-extensions/post-install')
-rwxr-xr-xgnome-shell-extensions/post-install8
1 files changed, 8 insertions, 0 deletions
diff --git a/gnome-shell-extensions/post-install b/gnome-shell-extensions/post-install
new file mode 100755
index 0000000..252f566
--- /dev/null
+++ b/gnome-shell-extensions/post-install
@@ -0,0 +1,8 @@
+#!/bin/sh
+
+port=gnome-shell
+
+# glib schemas
+/usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas
+
+# End of file