Sophie

Sophie

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

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

PREIN

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

POSTIN

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