mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
275 B

  1. if [ "$install_checks_true" = 1 ] ; then
  2. gconftool-2 --install-schema-file D_sysconfdir/gconf/schemas/*
  3. else
  4. dir="D_sysconfdir"; dir=${dir#/}
  5. all_touched "$dir/gconf/schemas/.*\.schemas" |
  6. while read x ; do
  7. gconftool-2 --install-schema-file "/$x"
  8. done
  9. unset dir x
  10. fi