summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/vyos-1x.postinst4
1 files changed, 0 insertions, 4 deletions
diff --git a/debian/vyos-1x.postinst b/debian/vyos-1x.postinst
index 2401f730a..8f6fa26fa 100644
--- a/debian/vyos-1x.postinst
+++ b/debian/vyos-1x.postinst
@@ -5,10 +5,6 @@ if ! deb-systemd-helper --quiet was-enabled salt-minion.service; then
deb-systemd-helper disable salt-minion.service >/dev/null || true
fi
-if [ -x "/etc/init.d/salt-minion" ]; then
- update-rc.d -f salt-minion remove >/dev/null
-fi
-
# Turn off Debian default for %sudo
sed -i -e '/^%sudo/d' /etc/sudoers || true