Sophie

Sophie

distrib > Mandriva > 2008.1 > i586 > by-pkgid > 08f59f790bcc81ffe79e86f811b8a4d4 > scriptlet

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