abinfo "Resetting PKGDIR ..."
export PKGDIR="$OLD_PKGDIR"

abinfo "Installing update-alternatives ..."
mkdir -pv "$PKGDIR"/usr/{bin,share/man/man1}
cp -v "$SRCDIR"/temp-install/usr/share/man/man1/update-alternatives.1 \
    "$PKGDIR"/usr/share/man/man1/
cp -v "$SRCDIR"/temp-install/usr/bin/update-alternatives \
    "$PKGDIR"/usr/bin/
