slackbuilds_ponce/development/gedit-plugins/doinst.sh

12 lines
283 B
Bash
Raw Normal View History

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