diff options
-rwxr-xr-x | debian/vyatta-cfg-system.postinst.in | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/debian/vyatta-cfg-system.postinst.in b/debian/vyatta-cfg-system.postinst.in index 97b0f9aa..c630641a 100755 --- a/debian/vyatta-cfg-system.postinst.in +++ b/debian/vyatta-cfg-system.postinst.in @@ -12,11 +12,6 @@ if [ -L /etc/rcS.d/S*hwclockfirst.sh -a -L /etc/rcS.d/S*hwclock.sh ]; then rm /etc/rcS.d/S*hwclock.sh fi -# Remove leftover udev files from earlier release -if [ -d /etc/udev/rules.d/ ]; then - rm -f /etc/udev/rules.d/*vyatta-net.rules -fi - # Remove rsyslog logrotate since it has hardcoded assumptions about syslog files rm -f /etc/logrotate.d/rsyslog |