From 0716de226c319d1f6a9a747f3891eb46e54999c3 Mon Sep 17 00:00:00 2001 From: unman Date: Sun, 22 Feb 2015 23:49:54 +0000 Subject: [PATCH] Actually remove deb files from template --- scripts_debian/09_cleanup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts_debian/09_cleanup.sh b/scripts_debian/09_cleanup.sh index c421517..f499f51 100755 --- a/scripts_debian/09_cleanup.sh +++ b/scripts_debian/09_cleanup.sh @@ -16,7 +16,7 @@ buildStep "${0}" "pre" #### '------------------------------------------------------------------------- info ' Cleaning up any left over files from installation' #### '------------------------------------------------------------------------- -rm -rf "${INSTALLDIR}/var/cache/apt/archives/*" +rm -rf "${INSTALLDIR}/var/cache/apt/archives" rm -f "${INSTALLDIR}/etc/apt/sources.list.d/qubes-builder.list" rm -f "${INSTALLDIR}/etc/apt/trusted.gpg.d/qubes-builder.gpg" rm -rf "${INSTALLDIR}/${TMPDIR}"