From cbc9578ade6afaf6db039401182b6cfe14e73ff9 Mon Sep 17 00:00:00 2001 From: Stephen Hemminger Date: Thu, 7 Oct 2010 13:16:57 -0700 Subject: Put udev rules in /lib/udev Udev rules have moved from /etc/udev to /lib/udev on Debian Squeeze --- debian/vyatta-cfg-system.postrm | 2 -- 1 file changed, 2 deletions(-) (limited to 'debian/vyatta-cfg-system.postrm') 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 -- cgit v1.2.3