Sophie

Sophie

distrib > Mageia > 7 > i586 > by-pkgid > 79f46cc6f541d8c5c5053385fa42eafe > scriptlet

bacula-tray-monitor-9.4.2-4.mga7.i586.rpm

POSTIN

/bin/sh
 umask 0037; if [ -s /etc/bacula/.pw.sed ]; then for i in /etc/bacula/tray-monitor.conf /etc/bacula/tray-monitor.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;