Sophie

Sophie

distrib > Fedora > 14 > i386 > media > os > by-pkgid > f46f852a893eb189a6add9acfcc640bc > scriptlet

bacula2-client-2.4.4-6.fc14.i686.rpm

PREUN

/bin/sh
if [ $1 = 0 ]; then
	/sbin/service bacula2-fd stop &>/dev/null || :
	/sbin/chkconfig --del bacula2-fd
fi

POSTIN

/bin/sh
/sbin/chkconfig --add bacula2-fd

POSTUN

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