Sophie

Sophie

distrib > Fedora > 14 > i386 > by-pkgid > 9176a0f769447ae76871abd77c04b247 > scriptlet

psad-2.1.7-1.fc14.i686.rpm

PREUN

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

POSTIN

/bin/sh
/sbin/chkconfig --add psad

POSTUN

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