diff options
Diffstat (limited to 'autoscripts/prerm-gconf')
-rw-r--r-- | autoscripts/prerm-gconf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autoscripts/prerm-gconf b/autoscripts/prerm-gconf index 18e911ba..6a18816c 100644 --- a/autoscripts/prerm-gconf +++ b/autoscripts/prerm-gconf @@ -1,3 +1,3 @@ if [ "$1" = remove ] || [ "$1" = upgrade ]; then - /usr/sbin/gconf-schemas --unregister #SCHEMAS# + gconf-schemas --unregister #SCHEMAS# fi |