From 014f58d39b9e9607ef957b9d0231d00ea429695e Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Fri, 10 Oct 2008 13:18:30 +0200 Subject: bin/pkg: pkg_add: Execute both post-add and post-update hooks --- bin/pkg | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/pkg b/bin/pkg index c154649..f8178b4 100755 --- a/bin/pkg +++ b/bin/pkg @@ -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 -- cgit v1.2.3