summaryrefslogtreecommitdiffstats
path: root/share/scripts/debconf
diff options
context:
space:
mode:
Diffstat (limited to 'share/scripts/debconf')
-rwxr-xr-xshare/scripts/debconf7
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