Comment 7 for bug 618410

Revision history for this message
Jamie Strandboge (jdstrand) wrote :

zebratt, from the changelog:
  * debian/postinst: don't source /usr/share/debconf/confmodule when $1 =
    triggered. Fix thanks to Colin Watson. (LP: #618410)

Looking at debian/postinst, ufw now has:
# Only source /usr/share/debconf/confmodule when not called with 'triggered'
# to avoid LP: #618410.
if [ "$1" != "triggered" ]; then
    . /usr/share/debconf/confmodule
fi