Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > aec460a90bd5c896caaa1d0425124291 > scriptlet

ctdb-1.0.114-2.fc15.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