diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2008-05-31 13:52:15 +0200 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2008-05-31 13:52:15 +0200 |
commit | 5c612e9869d965c1bc6691c67cc76ed8b6f7a952 (patch) | |
tree | 7e655aa4e9f19555eb25b459cf95609a3956822a /bin/pkg | |
parent | 3f5f420513a27428aad7b8aaff343ab2e99eada1 (diff) | |
parent | 38be454a16c22ea6260a7b8b226997902a84b695 (diff) |
merge
Diffstat (limited to 'bin/pkg')
-rwxr-xr-x | bin/pkg | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -180,6 +180,10 @@ pkg_info () { echo $LOG | grep -m1 'date:' | grep -Eo '[A-Z][a-z]{2}.*' info "repo size: " du -sh .hg | grep -o '.*[KMG]' + if ([ -d hooks ]) { + info "Hooks: " + ls hooks + } if ([ -r .deps ]) { info "Dependencies:\n" cat .deps |