Sophie

Sophie

distrib > PLD > ac > amd64 > by-pkgid > 9f9ef19acd59d6a71a411133a1005674 > scriptlet

printbill-4.2.0-2.amd64.rpm

POSTIN

/bin/sh
if [ -e /etc/printbill/printbillrc ] ; then
	/etc/rc.d/init.d/printbill stop
	/etc/rc.d/init.d/printbill start
else
	echo Please run
	echo
	echo printbill_configure
	echo
	echo install the new printcap and printbillrc, then run
	echo
	echo pqm --init
	echo
	echo then you may start printbill via
	echo
	echo /etc/rc.d/init.d/printbill start
	echo
	echo Please read the documentation in /usr/share/doc/printbill!
	echo
fi