Sophie

Sophie

distrib > Mageia > 2 > i586 > by-pkgid > c688aa537182d84d1de38349a1cbc8dd > scriptlet

bacula-console-wx-5.0.3-3.mga2.i586.rpm

PREIN

/bin/sh
if [ -e /etc/bacula/wx-console.conf -a ! -e /etc/bacula/bwx-console.conf ]; then
    mv /etc/bacula/wx-console.conf /etc/bacula/bwx-console.conf
fi

POSTIN

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