X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?a=blobdiff_plain;f=debian%2Fpostinst;h=3981790dc347d461b3dad28e72754aa7d98b0848;hb=8e8d9b047e148d3d4c5dd84377a395674a7583fe;hp=24b56c7e933b202cfc28ffbcd6154a457763e1f9;hpb=d4af6fecc0c42608c1e8f4a7803393d922276a73;p=carnet-upgrade.git diff --git a/debian/postinst b/debian/postinst index 24b56c7..3981790 100644 --- a/debian/postinst +++ b/debian/postinst @@ -38,11 +38,12 @@ if [ "$1" = "configure" ] && [ -e /usr/share/debconf/confmodule ]; then if dpkg --compare-versions "$2" lt 5.0; then db_set carnet-upgrade/debconf-priority "" db_set carnet-upgrade/check-services "" - fi - # display installation notice (since 4.0.3) - db_input high carnet-upgrade/short-instructions || true - db_go + # display installation notice for new version + db_fset carnet-upgrade/short-instructions seen false + db_input high carnet-upgrade/short-instructions || true + db_go + fi fi # dh_installdeb will replace this with shell code automatically