Sophie

Sophie

distrib > Fedora > 14 > i386 > media > updates > by-pkgid > 682de7c75b86a60d6c709258bb37028d > scriptlet

bacula-director-common-5.0.3-2.fc14.i686.rpm

PREUN

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

POSTIN

/bin/sh
/sbin/chkconfig --add bacula-dir

POSTUN

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