]> git.donarmstrong.com Git - debhelper.git/blob - autoscripts/prerm-gconf
conffile moving idiocy
[debhelper.git] / autoscripts / prerm-gconf
1 if [ "$1" = remove ] || [ "$1" = upgrade ]; then
2         gconf-schemas --unregister #SCHEMAS#
3 fi