]> git.donarmstrong.com Git - debhelper.git/blobdiff - autoscripts/postinst-gconf
r1814: * Remove hardcoded pathc to update-modules and gconf-schemas in various
[debhelper.git] / autoscripts / postinst-gconf
index f5e7b2bccb8003cb9a43a930fa7dff74f6004f9c..eec1d51c19ec14d7a536267500135d8a66a325bb 100644 (file)
@@ -1,3 +1,3 @@
 if [ "$1" = "configure" ]; then
-       /usr/sbin/gconf-schemas --register #SCHEMAS#
+       gconf-schemas --register #SCHEMAS#
 fi