Sophie

Sophie

distrib > Scientific%20Linux > 5x > x86_64 > by-pkgid > 1c532bdd6a38c500faa1c4918a0301ca > scriptlet

autofs-5.0.1-0.rc2.184.el5.x86_64.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