You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mmdebstrap/hooks/eatmydata/customize.sh

11 lines
129 B
Bash

#!/bin/sh
set -exu
rootdir="$1"
rm "$rootdir/usr/bin/eatmydata"
mv "$rootdir/usr/bin/dpkg.orig" "$rootdir/usr/bin/dpkg"
sync