diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2008-10-10 13:18:30 +0200 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2008-10-10 13:18:30 +0200 |
commit | 014f58d39b9e9607ef957b9d0231d00ea429695e (patch) | |
tree | b9c612961e44b0fca719bb7b9f489cca9e0b0d16 | |
parent | f7bacc255c28fc17c599562c2450720dd83ada4f (diff) |
bin/pkg: pkg_add: Execute both post-add and post-update hooks
-rwxr-xr-x | bin/pkg | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -436,6 +436,7 @@ pkg_add () { make } exec_hook $1 'post-add' + exec_hook $1 'post-update' checklinks $CL_OPTIONS populate_collected $1 update_provides $1 |