Sophie

Sophie

distrib > Mandriva > 2007.0 > i586 > media > contrib-release > by-pkgid > 0bd7016bf1b8382eb2278620034074eb > scriptlet

checkstyle-optional-4.2-1mdv2007.0.i586.rpm

POSTIN

/bin/sh
if [ -x /usr/bin/rebuild-gcj-db ]; then /usr/bin/rebuild-gcj-db || true ; fi 

/bin/grep -q checkstyle-optional /etc/ant.d/checkstyle || \
/usr/bin/perl -pi -e 's|checkstyle|checkstyle checkstyle-optional|' /etc/ant.d/checkstyle

POSTUN

/bin/sh
/bin/grep -q checkstyle-optional /etc/ant.d/checkstyle && \
/usr/bin/perl -pi -e 's|checkstyle-optional ||' /etc/ant.d/checkstyle || :
if [ -x /usr/bin/rebuild-gcj-db ]; then /usr/bin/rebuild-gcj-db || true ; fi