]> piware.de Git - bin.git/blobdiff - preinst-backup
pre/postinst: do not bother with apt cache any more, network is fast enough now
[bin.git] / preinst-backup
index 11cbf56dbf74467ff40d6019418b1f2a83e83d97..c19559ddf0d33cbab164546dc4921b145b19508b 100755 (executable)
@@ -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/
-