summaryrefslogtreecommitdiff
path: root/autoscripts/postinst-gconf
diff options
context:
space:
mode:
Diffstat (limited to 'autoscripts/postinst-gconf')
-rw-r--r--autoscripts/postinst-gconf2
1 files changed, 1 insertions, 1 deletions
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