xbps-src: new opt func: post_extract.
This commit is contained in:
parent
73a7986fe2
commit
3cc393402f
2 changed files with 3 additions and 1 deletions
|
@ -153,4 +153,6 @@ extract_distfiles()
|
||||||
|
|
||||||
touch -f $XBPS_FETCH_DONE
|
touch -f $XBPS_FETCH_DONE
|
||||||
touch -f $XBPS_EXTRACT_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 \
|
local TMPL_FUNCS="pre_configure pre_build pre_install do_build \
|
||||||
do_install do_configure post_configure post_build \
|
do_install do_configure post_configure post_build \
|
||||||
post_install do_fetch pre_remove post_remove \
|
post_install do_fetch pre_remove post_remove \
|
||||||
post_stow"
|
post_stow post_extract"
|
||||||
|
|
||||||
eval unset -v "$TMPL_VARS"
|
eval unset -v "$TMPL_VARS"
|
||||||
eval unset -f "$TMPL_FUNCS"
|
eval unset -f "$TMPL_FUNCS"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue