Sophie

Sophie

distrib > Scientific%20Linux > 5x > i386 > by-pkgid > 10d39750ff9c5be58d2bf1c20c12fbe2 > scriptlet

autofs-5.0.1-0.rc2.186.el5_11.i386.rpm

PREUN

/bin/sh
if [ "$1" = 0 ] ; then
	/sbin/service autofs stop > /dev/null 2>&1 || :
	/sbin/chkconfig --del autofs
fi
exit 0

POSTIN

/bin/sh
chkconfig --add autofs

POSTUN

/bin/sh
if [ $1 -ge 1 ] ; then
	/sbin/service autofs condrestart > /dev/null 2>&1 || :
fi