summaryrefslogtreecommitdiff
path: root/autoscripts/prerm-gconf
diff options
context:
space:
mode:
Diffstat (limited to 'autoscripts/prerm-gconf')
-rw-r--r--autoscripts/prerm-gconf2
1 files changed, 1 insertions, 1 deletions
diff --git a/autoscripts/prerm-gconf b/autoscripts/prerm-gconf
index aaa803e7..cd755413 100644
--- a/autoscripts/prerm-gconf
+++ b/autoscripts/prerm-gconf
@@ -1,5 +1,5 @@
if [ "$1" = remove ] || [ "$1" = upgrade ]; then
- SCHEMA_LOCATION=/etc/gconf/schemas
+ SCHEMA_LOCATION=/usr/share/gconf/schemas
SCHEMA_FILES="#SCHEMAS#"
for SCHEMA in $SCHEMA_FILES; do
if [ -e $SCHEMA_LOCATION/$SCHEMA ]; then