repo.or.cz
/
void-pkg.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
limine: update to 8.6.0.
[void-pkg.git]
/
common
/
hooks
/
post-install
/
00-libdir.sh
blob
21c7e35ea95b3b8f8ce4091f80f3922b57312612
1
# This hook removes the wordsize specific libdir symlink.
2
3
hook
() {
4
if
[
"
${pkgname}
"
!=
"base-files"
];
then
5
rm
-f
${PKGDESTDIR}
/
usr
/
lib
${XBPS_TARGET_WORDSIZE}
6
fi
7
}