abinfo "Changing ownership and mod of executable ..."
chown -v 0:212 \
    "$PKGDIR"/usr/bin/plocate
chmod -v 2755 "$PKGDIR"/usr/bin/plocate

abinfo "Creating symbolic links to locate ..."
ln -vs plocate "$PKGDIR"/usr/bin/locate
