summaryrefslogtreecommitdiff
path: root/autoscripts/postinst-gconf-defaults
diff options
context:
space:
mode:
Diffstat (limited to 'autoscripts/postinst-gconf-defaults')
-rw-r--r--autoscripts/postinst-gconf-defaults2
1 files changed, 1 insertions, 1 deletions
diff --git a/autoscripts/postinst-gconf-defaults b/autoscripts/postinst-gconf-defaults
index 1d84aa40..eff244a5 100644
--- a/autoscripts/postinst-gconf-defaults
+++ b/autoscripts/postinst-gconf-defaults
@@ -1,3 +1,3 @@
if [ "$1" = "configure" ] && which update-gconf-defaults >/dev/null 2>&1; then
- update-gconf-defaults
+ update-gconf-defaults #OPT#
fi