diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2009-01-23 17:59:10 +0100 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2009-01-23 17:59:10 +0100 |
commit | 7e3ebdeb7cd68c6222fbcb40463b40c270a16eab (patch) | |
tree | 93b47171af864b915fd8e88e4a9787aa188b6a41 /bin/pkg | |
parent | 9047fffb9f43980bb8c5e365f8ae438209fba3e7 (diff) |
Added support for global hooks via .pkg.conf
Diffstat (limited to 'bin/pkg')
-rwxr-xr-x | bin/pkg | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -378,6 +378,7 @@ function global_hook { update_provides $1 'remove' ;; esac + (( $+functions[pkg_hook_$2] )) && pkg_hook_$2 $1 } # Set the correct origin |