Sophie

Sophie

distrib > Mandriva > 2007.1 > x86_64 > media > contrib-release > by-pkgid > 45db69bbd8652b467a21165fcb5b8c6f > scriptlet

bacula-console-2.0.2-2mdv2007.1.x86_64.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;