Solution is quite simple:
setup a cron job in /etc/cron.daily or /etc/cron.weekly with these lines:
#!/bin/sh
test -x /usr/sbin/update-flashplugin-nonfree || exit 0
/usr/sbin/update-flashplugin-nonfree --install --quiet


This even reports updates in a mail to root. If you don't lige that, add
>/dev/null 2>&1 to the command line.

/Ingo


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to