diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/pkg | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -475,7 +475,7 @@ pkg_upgrade () { info "Building binaries\n" make } - exec_hook $1 "post-update" + triggers+=$1 checklinks $CL_OPTIONS populate_collected $1 update_provides $1 |