From ca14a50b17f949a4a25740bdf129ec9e55b055b2 Mon Sep 17 00:00:00 2001 From: joey Date: Tue, 8 Nov 2005 21:02:47 +0000 Subject: r1814: * Remove hardcoded pathc to update-modules and gconf-schemas in various script fragments. --- autoscripts/postinst-gconf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'autoscripts/postinst-gconf') diff --git a/autoscripts/postinst-gconf b/autoscripts/postinst-gconf index f5e7b2bc..eec1d51c 100644 --- a/autoscripts/postinst-gconf +++ b/autoscripts/postinst-gconf @@ -1,3 +1,3 @@ if [ "$1" = "configure" ]; then - /usr/sbin/gconf-schemas --register #SCHEMAS# + gconf-schemas --register #SCHEMAS# fi -- cgit v1.2.3