Sophie

Sophie

distrib > Mageia > 8 > armv7hl > by-pkgid > ba349eb93ff1f162b53f607e9e40d41d > scriptlet

bacula-bat-9.6.7-2.mga8.armv7hl.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;\