summaryrefslogtreecommitdiff
path: root/autoscripts
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2009-02-02 13:38:11 -0500
committerJoey Hess <joey@gnu.kitenet.net>2009-02-02 13:38:11 -0500
commit821e94cbac8742408931c2ed5264c6e8811804e0 (patch)
treec748e24f3629199da39995accda1a0307e99af6e /autoscripts
parent737cfe63eb82fc5d4d8efe54315b0408cbae1ceb (diff)
dh_gconf: Support mandatory settings. Closes: #513923
Diffstat (limited to 'autoscripts')
-rw-r--r--autoscripts/postinst-gconf-defaults2
-rw-r--r--autoscripts/postrm-gconf-defaults2
2 files changed, 2 insertions, 2 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
diff --git a/autoscripts/postrm-gconf-defaults b/autoscripts/postrm-gconf-defaults
index 46844981..b15de676 100644
--- a/autoscripts/postrm-gconf-defaults
+++ b/autoscripts/postrm-gconf-defaults
@@ -1,3 +1,3 @@
if which update-gconf-defaults >/dev/null 2>&1; then
- update-gconf-defaults
+ update-gconf-defaults #OPT#
fi