summaryrefslogtreecommitdiffstats
path: root/development/gedit-plugins/doinst.sh
diff options
context:
space:
mode:
Diffstat (limited to 'development/gedit-plugins/doinst.sh')
-rw-r--r--development/gedit-plugins/doinst.sh11
1 files changed, 11 insertions, 0 deletions
diff --git a/development/gedit-plugins/doinst.sh b/development/gedit-plugins/doinst.sh
new file mode 100644
index 0000000000..83629a9190
--- /dev/null
+++ b/development/gedit-plugins/doinst.sh
@@ -0,0 +1,11 @@
+schema_install() {
+ SCHEMA="$1"
+ GCONF_CONFIG_SOURCE="xml::etc/gconf/gconf.xml.defaults" \
+ chroot . gconftool-2 --makefile-install-rule \
+ /etc/gconf/schemas/$SCHEMA \
+ 1>/dev/null
+}
+
+schema_install gedit-show-tabbar-plugin.schemas
+schema_install gedit-drawspaces.schemas
+