Sophie

Sophie

distrib > Fedora > 13 > i386 > media > os > by-pkgid > 117559f6c0dfa14ee974015e8c8d5276 > scriptlet

netatalk-2.0.5-2.fc13.i686.rpm

PREUN

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

POSTIN

/bin/sh
/sbin/chkconfig --add atalk
/sbin/ldconfig

POSTUN

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