Sophie

Sophie

distrib > Mageia > cauldron > x86_64 > media > core-release > by-pkgid > 490658aee1c5baf95c699fb94503ec22 > scriptlet

bacula-bat-13.0.1-1.mga9.x86_64.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 -i -f /etc/bacula/.pw.sed $i;\
            sed -i -e '/SubSys[[:space:]]*Directory/I d' $i;\
        fi;\
    done;\
fi;\