diff options
Diffstat (limited to 'etc/network/if-up.d/itzks-autofs')
-rwxr-xr-x | etc/network/if-up.d/itzks-autofs | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/etc/network/if-up.d/itzks-autofs b/etc/network/if-up.d/itzks-autofs deleted file mode 100755 index 611d78c..0000000 --- a/etc/network/if-up.d/itzks-autofs +++ /dev/null @@ -1,24 +0,0 @@ -#!/bin/sh - -if test -e /etc/debian-edu/config; then - . /etc/debian-edu/config -fi - -if [ "$IFACE" != "lo" ]; then - : -else - exit 0 -fi - -if test -e /etc/network/if-up.d/autofs; then - exit 0 -fi -if test -e /etc/network/if-up.d/debian-edu; then - exit 0 -fi - -if [ "$PROFILE" = "Roaming-Workstation" ]; then - exit 0 -fi - -invoke-rc.d --quiet autofs restart |