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
}