apt-listchanges is not installed anymore

This commit is contained in:
Romain Dessort 2017-08-14 11:17:59 -04:00
parent 48b4238a88
commit 94223e54a0

View file

@ -204,7 +204,7 @@ if [ -e /etc/debian_version ]; then
fi
if [ "$IS_LISTCHANGESCONF" = 1 ]; then
egrep "(which=both|confirm=1)" /etc/apt/listchanges.conf | wc -l | grep -q ^2$ || echo 'IS_LISTCHANGESCONF FAILED!'
is_debianversion stretch || ( test -e /etc/apt/listchanges.conf && egrep "(which=both|confirm=1)" /etc/apt/listchanges.conf | wc -l | grep -q ^2$ || echo 'IS_LISTCHANGESCONF FAILED!' )
fi
if [ "$IS_CUSTOMCRONTAB" = 1 ]; then