]> piware.de Git - bin.git/commitdiff
postinst-setup: clean /home/aptcache
authorMartin Pitt <martin.pitt@ubuntu.com>
Thu, 9 Aug 2007 10:02:23 +0000 (12:02 +0200)
committerMartin Pitt <martin.pitt@ubuntu.com>
Thu, 9 Aug 2007 10:02:23 +0000 (12:02 +0200)
postinst-setup

index a64e7569426b03f5eaa03aad112d6fc44d8b6ce7..754661f81ea1e6fd55554d93b674632319b1aa62 100755 (executable)
@@ -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