summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xetc/cron.daily/itzks-systems-workstation8
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
-