From dd2bcbd17d5205256c14bf307e1432dc263181cf Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 5 Apr 2017 19:30:20 +0200 Subject: Purging packages when autoremoving them. Signed-off-by: Daniel Baumann --- share/scripts/debconf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/scripts/debconf b/share/scripts/debconf index e4c342e..c90e851 100755 --- a/share/scripts/debconf +++ b/share/scripts/debconf @@ -184,7 +184,7 @@ Cleanup_system () { DIRECTORY="${1}" - Chroot "${DIRECTORY}" "apt-get --yes autoremove" + Chroot "${DIRECTORY}" "apt-get --yes --purge autoremove" Chroot "${DIRECTORY}" "apt-get clean" # Cleanup -- cgit v1.2.3