aboutsummaryrefslogtreecommitdiff
path: root/common/hooks/post-install (follow)
Commit message (Expand)AuthorAgeFilesLines
* xbps-src: exit properly if mktemp(1) fails, not from its subshell.Juan RP2019-06-171-1/+1
* xbps-src: cleaned up usage of mktemp(1).Juan RP2019-06-171-1/+1
* 06-strip-and-debug-pkgs.sh: replace grep -q with [[ ]]maxice82019-04-141-1/+1
* 00-compress-info-files.sh: replace echo | grep with [[ ]]maxice82019-04-141-3/+2
* 04-create-xbps-metadata-scripts.sh: replace echo | grep with [[ ]]maxice82019-04-141-2/+2
* 06-strip-and-debug-pkgs.sh: replace echo | grep with [[ ]]maxice82019-04-141-1/+1
* 06-strip-and-debug-pkgs.sh: remove dirname usagemaxice82019-04-141-2/+2
* 00-compress-info-files.sh: remove dirname usagemaxice82019-04-141-1/+1
* common: merge only_for_archs and noarch=yes into one.Enno Boland2019-02-151-1/+1
* xbps-src/hooks: most 05-rename-python3-c-bindings to post-installmaxice82019-02-021-0/+16
* hooks/11-pkglint-elf-in-usrshare: make use of bashisms to fix stuff.maxice82019-01-101-2/+3
* hooks: Add hook to check for ELF files in /usr/sharemaxice82019-01-091-0/+30
* hooks/uncompress-manpages: prevent hangPiotr Wójcik2019-01-051-2/+2
* hooks/pre-pkg: prohibit /usr/doc, mention /usr/share/docmaxice82018-12-201-4/+0
* hooks/post-install: fix find for executable files, use GNU -executablemaxice82018-12-131-1/+1
* hooks/post-install: fix message and indentation on pkglint-devel-paths.maxice82018-12-131-2/+2
* hooks/post-install: Add hook to warn when paths for -devel packagesmaxice82018-12-131-0/+85
* 04-create-xbps-metadata-scripts.sh: automatically add triggers formaxice82018-08-271-0/+9
* hooks/post-install/04-create-xbps-medata-scripts.sh: automaticallymaxice82018-08-231-0/+7
* 04-create-xbps-medatada-scripts.sh: fix indentation.maxice82018-08-211-1/+1
* hooks/post-install/04-create-xbps-medata-scripts.sh: automaticallymaxice82018-08-191-0/+14
* common/hooks: support application/x-pie-executable (from file 5.33).Leah Neukirchen2018-04-161-1/+1
* xbps-src: make -dbg packages depend on the pkgver they are generated fromMichael Gehring2018-03-061-0/+1
* create-xbps-metadata-scripts: indent with tabsJürgen Buchmüller2018-01-151-3/+3
* Add hook and trigger to handle hwdb.d filesJames Barnett2018-01-151-0/+6
* wine: nopie_filesAndrea Brancaleoni2017-11-291-1/+8
* xbps-src: limit the search to the /usr/lib/pythonX.Y directoryAlessio Sergi2016-10-271-1/+1
* xbps-src: add support for python3 pkgsAlessio Sergi2016-10-161-0/+4
* hooks/post-install/06-strip-and-debug-pkgs.sh: bail out on non-PIE binaries i...Christian Neukirchen2016-05-171-0/+4
* common/hooks: fix python shebang rewrite for multi-versioned packagesEnno Boland2016-03-271-28/+0
* hooks/post-install: fix python shebang rewriting.Enno Boland2016-03-251-1/+2
* hooks/post-install/07-rewrite-python-shebang.sh: use IFS and -r for read.Enno Boland2016-03-221-1/+1
* hooks/post-install: add hook to rewrite unversioned python shebangs.Enno Boland2016-03-211-0/+27
* gcc: add support for SOURCE_DATE_EPOCH environmentJürgen Buchmüller2016-03-081-27/+0
* cleanup-timestamp-macros: catch more mime-typesJürgen Buchmüller2016-03-071-1/+4
* timestamp-macros: fix creation and add cleanupJürgen Buchmüller2016-03-071-0/+24
* common/hooks: Fix hooks when build_style=metamid-kid2015-11-263-10/+14
* xbps-src: replace basename(1) with ${var##*/}.Juan RP2015-09-113-5/+5
* xbps-src: remove vestiges of the systemd-services hook.Juan RP2015-07-111-23/+0
* hooks/post-install/04-create-xbps-metadata-scripts.sh: add binfmts trigger su...Andrea Brancaleoni2015-06-221-0/+7
* hooks/strip: do not strip files at /usr/lib/debug.Juan RP2015-05-231-1/+1
* hooks/xbps-metadata: only add systemd-service trigger if the buildopt is set.Juan RP2015-04-301-17/+19
* hooks/strip: make sure to use strip(1) and not our wrapper.Juan RP2015-04-281-5/+7
* xbps-src: Use @Gottox way to read path namesjbu2015-04-271-2/+1
* xbps-src: fix handling of path names containing spacesjbu2015-04-271-1/+2
* hooks/remote-empty-dirs: switch back to my version that really works.Juan RP2015-04-261-1/+1
* xbps-src: Don't print rmdir outputjbu2015-04-251-1/+1
* xbps-src: Fix read loop for empty dirs; closes #1409jbu2015-04-251-2/+2
* hooks/create-metadata-scripts: fix INSTALL.msg for subpkgs.Juan RP2015-04-011-2/+2
* 06-strip-and-debug-pkgs.sh: detect PIE binaries.Christian Neukirchen2015-03-071-1/+5