~siretart/gnucash/ubuntu-fullsource

« back to all changes in this revision

Viewing changes to src/bin/update-gnucash-gconf.in

  • Committer: Reinhard Tartler
  • Date: 2008-08-03 07:25:46 UTC
  • Revision ID: siretart@tauware.de-20080803072546-y6p8xda8zpfi62ys
import gnucash_2.2.4.orig.tar.gz

The original tarball had the md5sum: 27e660297dc5b8ce574515779d05a5a5

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/sh
 
2
 
 
3
SCHEMA_INSTALL_DIR="@-GCONF_SCHEMA_FILE_DIR-@"
 
4
 
 
5
cd ${SCHEMA_INSTALL_DIR}
 
6
for file in *.schemas; do
 
7
  gconftool-2 --config-source=xml::${HOME}/.gconf --install-schema-file $file;
 
8
done
 
9
gconftool-2 --shutdown