Sophie

Sophie

distrib > Mandriva > 2008.1 > x86_64 > media > main-release > by-pkgid > 92a22f1ba10998b9adc442e4c849fae8 > scriptlet

checkstyle-optional-4.4-0.0.1mdv2008.1.x86_64.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