]> git.donarmstrong.com Git - debhelper.git/blobdiff - autoscripts/prerm-gconf
r1814: * Remove hardcoded pathc to update-modules and gconf-schemas in various
[debhelper.git] / autoscripts / prerm-gconf
index 18e911bafd86717058f7ef6bb4a6ff6a65074bbb..6a18816c4902bc46ac425ff7f008a8f7d948b503 100644 (file)
@@ -1,3 +1,3 @@
 if [ "$1" = remove ] || [ "$1" = upgrade ]; then
-       /usr/sbin/gconf-schemas --unregister #SCHEMAS#
+       gconf-schemas --unregister #SCHEMAS#
 fi