Sophie

Sophie

distrib > Mandriva > mes5 > x86_64 > by-pkgid > ccc19df32292c071738f05490965562d > scriptlet

bacula-console-gnome-3.0.1-2mdvmes5.x86_64.rpm

POSTIN

/bin/sh
 umask 0037; if [ -s /opt/bacula/.pw.sed ]; then for i in /opt/bacula/bgnome-console.conf /opt/bacula/bgnome-console.conf.rpmnew; do if [ -s $i ]; then sed -f /opt/bacula/.pw.sed $i > $i.tmp; sed -e '/SubSys[[:space:]]*Directory/I d' $i.tmp > $i; rm -f $i.tmp; fi; done; fi;