summaryrefslogtreecommitdiffstats
path: root/development/gedit-plugins/doinst.sh
diff options
context:
space:
mode:
author byteframe2011-10-08 15:47:51 +0200
committer Robby Workman2011-10-12 04:20:29 +0200
commit77b451c918e63445731f07720c2098df03b54f16 (patch)
tree8d4e37015f728de3e624fc6cf1ca54f3790a56eb /development/gedit-plugins/doinst.sh
parenta61ad101b77d8d5c43f6e814bfad6e16c9228bd0 (diff)
downloadslackbuilds-77b451c918e63445731f07720c2098df03b54f16.tar.gz
development/gedit-plugins: Added (GNOME Text Editor Plugins)
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
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
+