cdist/cdist/conf/type/__package_pkgng_freebsd/explorer/pkg_bootstrapped

5 lines
60 B
Bash
Executable File

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