diff options
| -rw-r--r-- | debian/mailgraph.postinst | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/mailgraph.postinst b/debian/mailgraph.postinst index 652fb6c..4b73ef3 100644 --- a/debian/mailgraph.postinst +++ b/debian/mailgraph.postinst @@ -33,7 +33,7 @@ case "$1" in                  sed -i -re "s@^(${foo%=*}=).*@\1\"${RET}\"@" "$tempfile"          done -        ucf --three-way --debconf-ok ${tempfile} /etc/default/mailgraph +        ucf --debconf-ok ${tempfile} /etc/default/mailgraph          ucfr mailgraph /etc/default/mailgraph          rm -f ${tempfile}      ;;  | 
