Sophie

Sophie

distrib > Mageia > 7 > x86_64 > by-pkgid > bc0b580fd1bf0a6b7ce1442f6a3fe8fb > scriptlet

bacula-fd-9.4.2-4.mga7.x86_64.rpm

PREUN

/bin/sh
/usr/share/rpm-helper/del-service bacula $1 bacula-fd

POSTIN

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

/usr/share/rpm-helper/add-service bacula $1 bacula-fd