pkgsrc/sysutils/xcdroast/INSTALL

21 lines
662 B
Text
Raw Normal View History

# $NetBSD: INSTALL,v 1.1 2002/09/26 12:29:55 jlam Exp $
case ${STAGE} in
POST-INSTALL)
if [ "${PKG_SYSCONFDIR}" != "${PKG_PREFIX}/etc" ]; then
if [ -f ${PREFIX}/etc/xcdroast.conf ]; then
${CAT} << EOF
===========================================================================
========================
=== IMPORTANT NOTICE ===
========================
The default location of the xcdroast configuration files has changed.
Please move them from ${PKG_PREFIX}/etc to /etc.
===========================================================================
EOF
fi
fi
;;
esac