abinfo "Removing completions shipped with bash-completions ..."
rm -v "$PKGDIR"/usr/share/bash-completion/completions/{,u}mount
rm -v "$PKGDIR"/usr/share/bash-completion/completions/rfkill

abinfo "Removing files shipped with rfkill ..."
rm -v "$PKGDIR"/usr/bin/rfkill

# FIXME: /usr/bin/mips launches a shell and breaks Perl's Configure script.
if [ -f "$PKGDIR"/usr/bin/mips ]; then
    abinfo "Dropping the problematic /usr/bin/mips tool ..."
    rm -v "$PKGDIR"/usr/bin/mips
fi
