1 2 3 4 5 6 7 8 9 10
#!/bin/bash if [ "$1" = "purge" ]; then rm -f /etc/udev/rules.d/*vyatta-net.rules fi # Local Variables: # mode: shell-script # sh-indentation: 4 # End: