common/hooks: remove config variable enable vcdiff generation.

This commit is contained in:
Enno Boland 2014-08-12 09:42:05 +02:00
parent 27e96f018b
commit bdb339f5fa
3 changed files with 3 additions and 4 deletions

View file

@ -1,7 +1,7 @@
# this hook marks files which are about to change for generating vcdiffs
hook() {
[ -z "$XBPS_GENERATE_VCDIFF" ] && return 0;
type -P xdelta3 > /dev/null || return 0;
# create links to preserve old versions of repodata
find $XBPS_REPOSITORY -name '*-repodata' | \