AnotherAURHelper/makechrootpkg_noskipinteg.hook

12 lines
280 B
Plaintext
Raw Normal View History

2022-06-02 06:17:50 +00:00
[Trigger]
Operation = Install
Operation = Upgrade
Type = Package
Target = devtools
[Action]
Description = Force makechrootpkg to not --skipinteg
When = PostTransaction
Exec = /usr/bin/sed -i '/^default_makepkg_args=.*$/s/ --skipinteg//' /usr/bin/makechrootpkg
Depends = devtools