limine: update to 8.6.0.
[void-pkg.git] / common / hooks / post-install / 00-libdir.sh
blob21c7e35ea95b3b8f8ce4091f80f3922b57312612
1 # This hook removes the wordsize specific libdir symlink.
3 hook() {
4 if [ "${pkgname}" != "base-files" ]; then
5 rm -f ${PKGDESTDIR}/usr/lib${XBPS_TARGET_WORDSIZE}
6 fi