Sophie

Sophie

distrib > Fedora > 14 > i386 > by-pkgid > 659ecec34fef17a86d9aa5c543cc5c62 > scriptlet

ctdb-1.0.113-1.fc13.i686.rpm

PREUN

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

POSTIN

/bin/sh
/sbin/chkconfig --add ctdb

POSTUN

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


# Files section