summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJohn Estabrook <jestabro@vyos.io>2021-05-12 14:37:40 -0500
committerJohn Estabrook <jestabro@vyos.io>2021-05-12 14:37:40 -0500
commit79a6d781a5ea22e4273fd6b82dd2d7578e072cd3 (patch)
tree22a9adb2444f3e9a20e86004dc0a5f5faf1a401b /debian
parent085d0148c3d7d22afc5ce4fc10750b67c8cdfe26 (diff)
downloadvyatta-cfg-system-79a6d781a5ea22e4273fd6b82dd2d7578e072cd3.tar.gz
vyatta-cfg-system-79a6d781a5ea22e4273fd6b82dd2d7578e072cd3.zip
udev: T3542: remove antiquated clean-up function
Diffstat (limited to 'debian')
-rwxr-xr-xdebian/vyatta-cfg-system.postinst.in5
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