Sophie

Sophie

distrib > Mageia > 9 > armv7hl > by-pkgid > 2eca1901654dfa67bf6f64d0a135e697 > scriptlet

bacula-console-13.0.1-1.mga9.armv7hl.rpm

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