abinfo "Installing Bash startup configuration ..."
install -dvm755 "$PKGDIR"/etc/
cp -av {bashrc,profile} "$PKGDIR"/etc/
cp -rv {bashrc.d,profile.d,skel} "$PKGDIR"/etc/

# Note: Too heavy for most systems.
if ab_match_archgroup retro; then
    abinfo "Removing _vcs prompts ..."
    rm -rv "$PKGDIR"/etc/bashrc.d/_vcs
fi
