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