summaryrefslogtreecommitdiff
path: root/bin/pkg
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2008-10-10 13:18:30 +0200
committerDaniel Friesel <derf@derf.homelinux.org>2008-10-10 13:18:30 +0200
commit014f58d39b9e9607ef957b9d0231d00ea429695e (patch)
treeb9c612961e44b0fca719bb7b9f489cca9e0b0d16 /bin/pkg
parentf7bacc255c28fc17c599562c2450720dd83ada4f (diff)
bin/pkg: pkg_add: Execute both post-add and post-update hooks
Diffstat (limited to 'bin/pkg')
-rwxr-xr-xbin/pkg1
1 files changed, 1 insertions, 0 deletions
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