summaryrefslogtreecommitdiff
path: root/debian/vyatta-cfg-system.postrm
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2021-06-26 21:13:53 +0000
committerChristian Poessinger <christian@poessinger.com>2021-06-26 21:13:53 +0000
commite9c470087330f410c9d5dcee98c2c0f6dd0f8c16 (patch)
tree55dfa5ee5fa3b26c152d1843d135bfba2b692607 /debian/vyatta-cfg-system.postrm
parent597004e5520e8f81d0dc1c22d3edcf3b5e836af5 (diff)
downloadvyatta-cfg-system-e9c470087330f410c9d5dcee98c2c0f6dd0f8c16.tar.gz
vyatta-cfg-system-e9c470087330f410c9d5dcee98c2c0f6dd0f8c16.zip
Debian: remove deprecated vyatta-config-reboot-params script
Actions are now handled in vyos-router script on startup by calling the vyos-1x Python handler scripts.
Diffstat (limited to 'debian/vyatta-cfg-system.postrm')
-rw-r--r--debian/vyatta-cfg-system.postrm1
1 files changed, 0 insertions, 1 deletions
diff --git a/debian/vyatta-cfg-system.postrm b/debian/vyatta-cfg-system.postrm
index 752265e2..caf50d3c 100644
--- a/debian/vyatta-cfg-system.postrm
+++ b/debian/vyatta-cfg-system.postrm
@@ -2,7 +2,6 @@
if [ "$1" = "purge" ]; then
sed -i -e 'g/^password/d' /etc/pam.d/password
- update-rc.d vyatta-config-reboot-params remove
fi
# Local Variables: