From f7c8f9f07b6e5ca4b2c60c76dc35953d98d423ae Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Tue, 6 Jan 2009 21:46:25 +0100 Subject: pkg: pkg_status: Fixed hooks and infos --- bin/pkg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/pkg b/bin/pkg index 3751ddd..ce8f3d7 100755 --- a/bin/pkg +++ b/bin/pkg @@ -658,8 +658,9 @@ function pkg_status { function pkg_refresh { check_installed $1 cd $PDIR/$1 + global_hook $1 pre-update if [[ -r Makefile ]] { - wrap_info + wrap_info $1 info "Cleaning build diroctery\n" make clean } -- cgit v1.2.3