Sophie

Sophie

distrib > Fedora > 15 > x86_64 > by-pkgid > 9138257edcd728d6c24d81bd66aaca6b > scriptlet

autofs-5.0.5-35.fc15.x86_64.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