Sophie

Sophie

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

bacula-director-common-5.0.3-28.fc15.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