#!/usr/bin/env pkgcore-ipc-helper

if ${PKGCORE_HAS_DESTREE}; then
	OPTIONS=( "--dest=\"${PKGCORE_DESTTREE}/share/locale\"" )
else
	OPTIONS=( "--dest=/usr/share/locale" )
fi
