diff options
author | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2021-04-11 13:15:35 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2021-04-11 13:17:07 +0000 |
commit | 6a1decda58fcc205e6c13ae57ec0f0be65f39341 (patch) | |
tree | ea4bc29290f0d7706426d46c3a0f8e0a5e37e866 | |
parent | Removing superfluous whitespace in changelog. (diff) | |
download | compute-tools-6a1decda58fcc205e6c13ae57ec0f0be65f39341.tar.xz compute-tools-6a1decda58fcc205e6c13ae57ec0f0be65f39341.zip |
Removing dpkg hack for progress-linux in debconf container create script, not needed for buster and newer anymore.
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
Diffstat (limited to '')
-rwxr-xr-x | share/scripts/debconf | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/share/scripts/debconf b/share/scripts/debconf index 3f3b7b7..041c8db 100755 --- a/share/scripts/debconf +++ b/share/scripts/debconf @@ -449,13 +449,6 @@ EOF rm -f "${DIRECTORY}/etc/mtab" ln -s /proc/self/mounts "${DIRECTORY}/etc/mtab" - # Temporary hack for dpkg - if [ -e "${DIRECTORY}/etc/dpkg/origins/default" ] - then - rm -f "${DIRECTORY}/etc/dpkg/origins/default" - Chroot "${DIRECTORY}" "dpkg-reconfigure base-files" - fi - # Temporary hack for base-files for FILE in motd.tail motd profile do |