Skip to content
Snippets Groups Projects
Commit b28738b0 authored by Simon McVittie's avatar Simon McVittie
Browse files

platformize: Remove sudo before lsb-base


In older Debian releases, sudo's prerm needed lsb-base.

Signed-off-by: default avatarSimon McVittie <smcv@collabora.com>
parent 57c55252
No related branches found
No related tags found
No related merge requests found
......@@ -120,7 +120,8 @@ unwanted=()
# These are Essential (or at least important) but serve no
# purpose in an immutable runtime with no init. Note that
# order is important: adduser needs to be removed before
# debconf. We remove these particular packages first because
# debconf, and sudo before lsb-base.
# We remove these particular packages first because
# they try to invoke other packages we want to remove in
# their postrm maintainer scripts.
for package in \
......@@ -132,10 +133,10 @@ for package in \
initramfs-tools \
initramfs-tools-bin \
initscripts \
sudo \
lsb-base \
module-init-tools \
plymouth \
sudo \
tcpd \
udev \
; do \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment