diff options
Diffstat (limited to 'autoscripts')
-rw-r--r-- | autoscripts/postinst-gconf-defaults | 2 | ||||
-rw-r--r-- | autoscripts/postrm-gconf-defaults | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/autoscripts/postinst-gconf-defaults b/autoscripts/postinst-gconf-defaults index 1d84aa4..eff244a 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 4684498..b15de67 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 |