Sophie

Sophie

distrib > Mandriva > cs4.0 > x86_64 > by-pkgid > 26b454aba51e672dad3694004f807193 > scriptlet

bacula-sd-1.38.11-2mlcs4.x86_64.rpm

PREUN

/bin/sh
/usr/share/rpm-helper/del-service bacula $1 bacula-sd

POSTIN

/bin/sh
umask 0037; if [ -s /etc/bacula/.pw.sed ]; then for i in /etc/bacula/bacula-sd.conf /etc/bacula/bacula-sd.conf.rpmnew; do if [ -s $i ]; then sed -f /etc/bacula/.pw.sed $i > $i.tmp; sed -e '/SubSys[[:space:]]*Directory/I d' $i.tmp > $i; rm -f $i.tmp; fi; done; fi;/usr/share/rpm-helper/add-service bacula $1 bacula-sd