From 821e94cbac8742408931c2ed5264c6e8811804e0 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 2 Feb 2009 13:38:11 -0500 Subject: dh_gconf: Support mandatory settings. Closes: #513923 --- autoscripts/postinst-gconf-defaults | 2 +- autoscripts/postrm-gconf-defaults | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'autoscripts') 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 -- cgit v1.2.3