#!/bin/sh -e

# FIXME: Is this the best way to detect a pkgsrc tree?
if which pkg_add > /dev/null; then
    exit 0;
else
    exit 1;
fi

