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