Sophie

Sophie

distrib > Mageia > 8 > aarch64 > by-pkgid > e6bc3a38c6bf78776df2e903dabe9f61 > scriptlet

bacula-console-9.6.7-1.1.mga8.aarch64.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 -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;