From 238ba3bf105c031c609a540104595be83c70f188 Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Thu, 9 Aug 2007 12:02:23 +0200 Subject: [PATCH] postinst-setup: clean /home/aptcache --- postinst-setup | 1 + 1 file changed, 1 insertion(+) diff --git a/postinst-setup b/postinst-setup index a64e756..754661f 100755 --- a/postinst-setup +++ b/postinst-setup @@ -53,6 +53,7 @@ newaliases # copy apt cache if [ -d /home/aptcache ]; then find /home/aptcache/ -name "*.deb" -exec cp '{}' /var/cache/apt/archives/ \; + rm -rf /home/aptcache fi # other setup -- 2.39.2