#!/bin/sh -e
if pkg -N >/dev/null 2>&1; then
	echo "YES"
fi
