xbps-src: new opt func: post_extract.

This commit is contained in:
Juan RP 2011-11-06 09:34:44 +01:00
parent 73a7986fe2
commit 3cc393402f
2 changed files with 3 additions and 1 deletions

View file

@ -153,4 +153,6 @@ extract_distfiles()
touch -f $XBPS_FETCH_DONE
touch -f $XBPS_EXTRACT_DONE
run_func post_extract
}

View file

@ -113,7 +113,7 @@ reset_tmpl_vars()
local TMPL_FUNCS="pre_configure pre_build pre_install do_build \
do_install do_configure post_configure post_build \
post_install do_fetch pre_remove post_remove \
post_stow"
post_stow post_extract"
eval unset -v "$TMPL_VARS"
eval unset -f "$TMPL_FUNCS"