Fix indentation.

pull/20/head
Pavel Mironchik 2019-05-17 13:21:01 +06:00
parent 2ac6d4aa78
commit 5c99931e7c
1 changed files with 3 additions and 3 deletions

View File

@ -575,10 +575,10 @@ then
fi fi
done done
if test -n "${DO_APT_REMOVE}" if test -n "${DO_APT_REMOVE}"
then then
printf '### REMOVING NO LONGER REQUIRED PACKAGES ###\n' printf '### REMOVING NO LONGER REQUIRED PACKAGES ###\n'
DEBIAN_FRONTEND=noninteractive apt autoremove -y DEBIAN_FRONTEND=noninteractive apt autoremove -y
fi fi
if test -n "${UNNEEDED_APT_PACKAGES}" if test -n "${UNNEEDED_APT_PACKAGES}"
then then
printf '### REMOVING UNNEEDED APT PACKAGES ###\n' printf '### REMOVING UNNEEDED APT PACKAGES ###\n'