rio: update to 0.2.0
[void-pkg.git] / common / hooks / post-install / 00-fixup-gir-path.sh
blob6fdb111fa0b6c6ba50e2956e305dd28438fbfc95
1 # This hook removes the symlink necessary to fix the wrong install path of
2 # 'gir' files when cross building packages (see pre-install hook). It's a
3 # workaround and not a proper fix. Remove it once the root cause of the problem
4 # is fixed.
6 # Has to be a low number so it runs before remove-empty-dirs
8 hook() {
9 [ -z "$CROSS_BUILD" ] && return
10 rm -f "${PKGDESTDIR}/usr/${XBPS_CROSS_TRIPLET}/usr"