diff options
author | noreply@github.com <noreply@github.com> | 2020-03-05 15:13:03 +0000 |
---|---|---|
committer | noreply@github.com <noreply@github.com> | 2020-03-05 15:13:03 +0000 |
commit | 156fbf64ae0a637f886890b7f7b8e7f384d20c59 (patch) | |
tree | 8a71f1da6673ae1a2596b35f6090fdec4771d1db /kiss | |
parent | 57da689bab21ba20b4062e95d08ed93405876d3a (diff) | |
parent | 8daa984161548cf373341869137081642c91bdc4 (diff) | |
download | cpt-156fbf64ae0a637f886890b7f7b8e7f384d20c59.tar.gz |
Merge pull request #116 from CarbsLinux/pre-install
add pre-install hook
FossilOrigin-Name: 020f49e037f4ffbd331d9ccb97c4cf2897d1f07e54eac22fdcc6c451f4a8ef79
Diffstat (limited to 'kiss')
-rwxr-xr-x | kiss | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -937,6 +937,8 @@ pkg_install() { [ "$install_dep" ] && die "$1" "Package requires ${install_dep%, }" + run_hook pre-install + pkg_conflicts "$tar_file" "$pkg_name" log "$pkg_name" "Installing package incrementally" |