diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2022-01-07 08:10:50 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2022-01-07 16:52:12 +0100 |
commit | 96dc04adad89530909fafa28ee691e319f816b7d (patch) | |
tree | 1e2a9df591fff21055f33f53ebfa9ee04775b351 /etc | |
parent | 4293c48e8507f4869198ddfc888976757269f153 (diff) | |
download | itzks-systems-96dc04adad89530909fafa28ee691e319f816b7d.tar.gz itzks-systems-96dc04adad89530909fafa28ee691e319f816b7d.tar.bz2 itzks-systems-96dc04adad89530909fafa28ee691e319f816b7d.zip |
etc/cron.daily/itzks-systems-workstation: Drop attempts to update flashplugin-nonfree. Flash is dead.
Diffstat (limited to 'etc')
-rwxr-xr-x | etc/cron.daily/itzks-systems-workstation | 8 |
1 files changed, 0 insertions, 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 - |