#!/bin/sh
#
# getInstallAsRootRequired - Return "YES" if package must be install as root
#
# Generally the case, since we need to access /usr/X11R6/lib/X11/app-defaults
#
# Builder can override by make local, make personal
#
# as in this case

echo "NO"
