From 96dc04adad89530909fafa28ee691e319f816b7d Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Fri, 7 Jan 2022 08:10:50 +0100 Subject: etc/cron.daily/itzks-systems-workstation: Drop attempts to update flashplugin-nonfree. Flash is dead. --- etc/cron.daily/itzks-systems-workstation | 8 -------- 1 file changed, 8 deletions(-) diff --git a/etc/cron.daily/itzks-systems-workstation b/etc/cron.daily/itzks-systems-workstation index 15d4707..394b1b5 100755 --- a/etc/cron.daily/itzks-systems-workstation +++ b/etc/cron.daily/itzks-systems-workstation @@ -7,11 +7,3 @@ PATH=/usr/bin:/bin:/usr/sbin:/sbin if [ -x /usr/share/debian-edu-config/tools/update-proxy-from-wpad ]; then /usr/share/debian-edu-config/tools/update-proxy-from-wpad 2>&1 1>/dev/null fi - -# Run update-flashplugin-nonfree daily (only if installed) -if which update-flashplugin-nonfree 1>/dev/null; then - if fping people.debian.org 1>/dev/null; then - update-flashplugin-nonfree --install 2>&1 1>/dev/null - fi -fi - -- cgit v1.2.3