View | Details | Raw Unified
Collapse All | Expand All

(-) crm114-20040924.orig (+8 lines)
 Lines 89-93    Link Here 
pkg_postinst() {
pkg_postinst() {
	echo
	echo
	einfo "The spam-filter CRM files are installed in /usr/share/${PN}."
	einfo "The spam-filter CRM files are installed in /usr/share/${PN}."
	if use noprocmail ; then
		einfo "WARNING!!!!!  WARNING!!!!!  WARNING!!!!!"
		einfo "USE=\"noprocmail\" has been set.  The mailfilter.crm"
		einfo "script packaged with CRM114 with NOT work without"
		einfo "procmail.  Since USE=\"noprocmail\" is set, it is"
		einfo "assumed that you know what you are doing.  So have fun"
		einfo "writing custom crm scripts."
	fi
	echo
	echo
}
}