X-Git-Url: https://piware.de/gitweb/?a=blobdiff_plain;f=preinst-backup;h=c19559ddf0d33cbab164546dc4921b145b19508b;hb=c40c0bc15cee7321b85b05ff1620ffe97a0be8bc;hp=11cbf56dbf74467ff40d6019418b1f2a83e83d97;hpb=f515fdd15e3d408839c18be18117e3eefdc80269;p=bin.git diff --git a/preinst-backup b/preinst-backup index 11cbf56..c19559d 100755 --- a/preinst-backup +++ b/preinst-backup @@ -14,9 +14,3 @@ if [ -d /home/martin/backup ]; then exit 1 fi [ ! -d /var/backups/martin/ ] || cp -a /var/backups/martin/ /home/martin/backup - -apt-get autoclean -mkdir -p /home/aptcache -rm -rf /home/aptcache/* -cp /var/cache/apt/archives/*.deb /home/aptcache/ -