]> git.donarmstrong.com Git - debhelper.git/blob - autoscripts/prerm-gconf
r1814: * Remove hardcoded pathc to update-modules and gconf-schemas in various
[debhelper.git] / autoscripts / prerm-gconf
1 if [ "$1" = remove ] || [ "$1" = upgrade ]; then
2         gconf-schemas --unregister #SCHEMAS#
3 fi