summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/sid5
1 files changed, 0 insertions, 5 deletions
diff --git a/scripts/sid b/scripts/sid
index afe87d2..41073d6 100644
--- a/scripts/sid
+++ b/scripts/sid
@@ -46,11 +46,6 @@ first_stage_install () {
chown 0:0 "$TARGET/etc/fstab"; chmod 644 "$TARGET/etc/fstab"
fi
- if [ -x "$TARGET/usr/bin/md5sum.textutils" ] && \
- [ \! -e "$TARGET/usr/bin/md5sum" ]; then
- cp "$TARGET/usr/bin/md5sum.textutils" "$TARGET/usr/bin/md5sum"
- fi
-
if doing_variant fakechroot; then
setup_devices_fakechroot
else