chroot-bash: get rid of /usr/lib/bash too.

Those are examples and not necessary for chroot ops.
This commit is contained in:
Juan RP 2020-02-14 10:25:04 +01:00
parent 3cf08a1680
commit 74c909126f

View file

@ -32,5 +32,5 @@ pre_configure() {
post_install() {
ln -s bash ${DESTDIR}/usr/bin/sh
rm -rf ${DESTDIR}/usr/{share,include} ${DESTDIR}/usr/lib/pkgconfig/bash.pc
rm -rf ${DESTDIR}/usr/{lib,share,include} ${DESTDIR}/usr/lib/pkgconfig/bash.pc
}