Sophie

Sophie

distrib > Mageia > 8 > aarch64 > by-pkgid > 3b3a02ade8e44bb154cd793157e7fa8f > scriptlet

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