Sophie

Sophie

distrib > Mandriva > 2011.0 > x86_64 > media > main-release > by-pkgid > a4556985f59023ae00df8dba6f3a1b58 > scriptlet

checkstyle-optional-4.4-0.0.4mdv2011.0.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