Oubli d'un remplacement de dpkg -l par la nouvelle fonction

is_installed.
This commit is contained in:
Romain Dessort 2010-06-08 14:28:02 +02:00
parent 43a2869c95
commit 38981bc128

View file

@ -81,7 +81,7 @@ if [ "$IS_USRSHARESCRIPTS" = 1 ]; then
fi
if [ "$IS_SERVEURBASE" = 1 ]; then
dpkg -l serveur-base | grep ^ii > /dev/null || echo 'IS_SERVEURBASE FAILED!'
is_installed server-base || echo 'IS_SERVEURBASE FAILED!'
fi
if [ "$IS_LOGROTATECONF" = 1 ]; then