summaryrefslogtreecommitdiff
path: root/debian/vyatta-cfg-system.postrm
blob: d668f55d7dc9ee08d8fefbae2da711055b04eb3b (plain)
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: