void-packages/common/hooks/post-install
Andrew J. Hesford dc44dff8d5 xbps-src: follow symlinks when fixing up pkg-config files
Packages (e.g., python3-pybind11) that symlink to *.pc files in
/usr/{lib,share}/pkgconfig will have those links overwritten with actual
copies of the files after the hook

    common/hooks/post-install/13-pkg-config-clean-xbps-cross-base-ref.sh

attempts to remove $XBPS_CROSS_BASE from paths. This will result in the
new copy containing corrected paths, but the original file remaining
uncorrected.

This was stolen fro @tornaria.
2023-10-03 09:00:28 -04:00
..
.empty
00-compress-info-files.sh xbps-src: consistently use read -r when reading file paths 2023-08-31 14:18:14 +02:00
00-fixup-gir-path.sh
00-libdir.sh
00-uncompress-manpages.sh xbps-src: consistently use read -r when reading file paths 2023-08-31 14:18:14 +02:00
01-remove-misc.sh
02-remove-libtool-archives.sh
02-remove-perl-files.sh
02-remove-python-bytecode-files.sh
03-remove-empty-dirs.sh xbps-src: consistently use read -r when reading file paths 2023-08-31 14:18:14 +02:00
04-create-xbps-metadata-scripts.sh
05-generate-gitrevs.sh
06-strip-and-debug-pkgs.sh xbps-src: consistently use read -r when reading file paths 2023-08-31 14:18:14 +02:00
10-pkglint-devel-paths.sh
11-pkglint-elf-in-usrshare.sh
12-rename-python3-c-bindings.sh
13-pkg-config-clean-xbps-cross-base-ref.sh xbps-src: follow symlinks when fixing up pkg-config files 2023-10-03 09:00:28 -04:00
14-fix-permissions.sh
80-prepare-32bit.sh xbps-src: split 32bit hook into two steps 2023-09-07 23:15:43 +02:00
98-shlib-provides.sh 98-shlib-provides: handle special 32bit packages 2023-09-08 19:59:07 +07:00
99-pkglint-warn-cross-cruft.sh