diff --git a/common/xbps-src/shutils/common.sh b/common/xbps-src/shutils/common.sh index 5667e4a945..b16d12a857 100644 --- a/common/xbps-src/shutils/common.sh +++ b/common/xbps-src/shutils/common.sh @@ -67,6 +67,9 @@ run_step() { msg_error "$pkgver: cannot find do_$step_name()!\n" fi + # Run do_ phase hooks + run_pkg_hooks "do-$step_name" + # Run post_* Phase if declare -f "post_$step_name" >/dev/null; then ch_wrksrc