diff options
-rw-r--r-- | classes/gconf.oeclass | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/classes/gconf.oeclass b/classes/gconf.oeclass index 06697a71ea..cdf34af899 100644 --- a/classes/gconf.oeclass +++ b/classes/gconf.oeclass @@ -1,5 +1,8 @@ gconf_postinst() { if [ "$1" = configure ]; then + if [ "x$D" != "x" ]; then + exit 1 + fi SCHEMA_LOCATION=/etc/gconf/schemas for SCHEMA in ${SCHEMA_FILES}; do if [ -e $SCHEMA_LOCATION/$SCHEMA ]; then |