abinfo "Making Bash the default Unix shell..."
ln -sv bash "$PKGDIR"/usr/bin/sh

abinfo "Installing examples..."
mkdir -pv "$PKGDIR"/usr/share/doc/bash
cp -arv "$SRCDIR"/examples "$PKGDIR"/usr/share/doc/bash/
