Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / sysutils / xcdroast / INSTALL
blob5d933f069eb2111fd667507e7c4deb1f349a242d
1 # $NetBSD$
3 case ${STAGE} in
4 POST-INSTALL)
5         if [ "${PKG_SYSCONFDIR}" != "${PKG_PREFIX}/etc" ]; then
6                 if [ -f ${PREFIX}/etc/xcdroast.conf ]; then
7                         ${CAT} << EOF
8 ===========================================================================
9                          ========================
10                          === IMPORTANT NOTICE ===
11                          ========================
13      The default location of the xcdroast configuration files has changed.
14      Please move them from ${PKG_PREFIX}/etc to /etc.
15 ===========================================================================
16 EOF
17                 fi
18         fi
19         ;;
20 esac