]> git.donarmstrong.com Git - debhelper.git/blob - autoscripts/prerm-gconf
r1809: releasing version 5.0.2
[debhelper.git] / autoscripts / prerm-gconf
1 if [ "$1" = remove ] || [ "$1" = upgrade ]; then
2         /usr/sbin/gconf-schemas --unregister #SCHEMAS#
3 fi