diff options
Diffstat (limited to 'debian/vyatta-cfg-system.postrm')
-rw-r--r-- | debian/vyatta-cfg-system.postrm | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/debian/vyatta-cfg-system.postrm b/debian/vyatta-cfg-system.postrm index 5b22f66b..89d919ce 100644 --- a/debian/vyatta-cfg-system.postrm +++ b/debian/vyatta-cfg-system.postrm @@ -1,8 +1,6 @@ #!/bin/bash if [ "$1" = "purge" ]; then - rm -f /etc/udev/rules.d/*vyatta-net.rules - sed -i -e '/### BEGIN VYATTA/,/### END VYATTA/d' /etc/sudoers sed -i -e 'g/^password/d' /etc/pam.d/password fi |