]> piware.de Git - bin.git/blobdiff - postinst-setup
pre/postinst: do not bother with apt cache any more, network is fast enough now
[bin.git] / postinst-setup
index 079cc5d086da69d6e95774e2e5ff0c7eecfecd7c..5b69f88b4d1000e1b545413465b1f2866ddfa42e 100755 (executable)
@@ -61,12 +61,6 @@ fi
 newaliases
 /etc/init.d/postfix restart
 
-# 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
 dpkg -i /home/martin/download/libdvdcss2_*deb || true
 locale-gen ru_RU ru_RU.UTF-8