summaryrefslogtreecommitdiffstats
path: root/development/gedit-plugins/doinst.sh
blob: 83629a91906d96820efe426fa807e525257e44ac (plain)
1
2
3
4
5
6
7
8
9
10
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