From: Martin Pitt Date: Thu, 9 Aug 2007 10:02:23 +0000 (+0200) Subject: postinst-setup: clean /home/aptcache X-Git-Url: https://piware.de/gitweb/?p=bin.git;a=commitdiff_plain;h=238ba3bf105c031c609a540104595be83c70f188 postinst-setup: clean /home/aptcache --- 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