View Single Post
Posts: 17 | Thanked: 24 times | Joined on Feb 2013
#5
Originally Posted by ladoga View Post
Well, not everyone uses n9qtw or wants automated method.

So for those who didn't know: deb packages downloaded by the Nokia store app can be copied from /var/cache/apt while the installation is taking place.
Very true. My original post included this little script to be run manually (it was, admittedly, a bit tedious):
Code:
#!/bin/sh
mkdir /home/user/MyDocs/aptcache-$$
cp -af /var/cache/apt/* /home/user/MyDocs/aptcache-$$/
Now, I have made a Debian package that achieves the automated backup as posted by mininos (thanks thedead1440): http://talk.maemo.org/showthread.php?t=87057 . This is useful for people who don't want to enable developer mode, etc. Disable by simply uninstalling.
Attached Files
File Type: deb aptbackup-1.0.deb (1.0 KB, 81 views)
 

The Following User Says Thank You to mubuntu For This Useful Post: