xbps-src: new opt func: post_extract.
This commit is contained in:
parent
73a7986fe2
commit
3cc393402f
|
@ -153,4 +153,6 @@ extract_distfiles()
|
|||
|
||||
touch -f $XBPS_FETCH_DONE
|
||||
touch -f $XBPS_EXTRACT_DONE
|
||||
|
||||
run_func post_extract
|
||||
}
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue