Sophie

Sophie

distrib > Fedora > 14 > i386 > media > os > by-pkgid > b2c5c385f5d19507161a5d3d76647c17 > scriptlet

autofs-5.0.5-31.fc14.i686.rpm

PREUN

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

POSTIN

/bin/sh
/sbin/chkconfig --add autofs

POSTUN

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