Sophie

Sophie

distrib > Mageia > 3 > i586 > by-pkgid > a0c2fc4d0775c760e96f416a97f25255 > scriptlet

bacula-bat-5.2.12-4.mga3.i586.rpm

POSTIN

/bin/sh
 umask 0037; if [ -s /etc/bacula/.pw.sed ]; then for i in /etc/bacula/bat.conf /etc/bacula/bat.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;