[ -z "$1" -o ! -f po/$1.po -o ! -f lib/libalpm/po/$1.po ] && exit 1

cd po/
make $1.po-update
cd ../lib/libalpm/po
make $1.po-update
