]> git.pld-linux.org Git - packages/rpm.git/blob - rpm-gconf-schema-uninstall
- fixed GConf macros
[packages/rpm.git] / rpm-gconf-schema-uninstall
1 #!/bin/sh
2 umask 022
3 export GCONF_CONFIG_SOURCE="xml:readwrite:/etc/gconf/gconf.xml.defaults"
4 if [ $# -gt 0 ] ; then
5     /usr/bin/gconftool-2 --makefile-uninstall-rule \
6     "$@" > /dev/null 
7 fi
This page took 0.0395 seconds and 3 git commands to generate.