Sophie

Sophie

distrib > Altlinux > 4.1 > i586 > by-pkgid > 7d9788d036c47d3bf89e9c1d67963206 > scriptlet

checkstyle-optional-4.3-alt3_1jpp1.7.noarch.rpm

POSTIN

/bin/sh
/bin/grep -q checkstyle-optional /etc/ant.d/checkstyle || \
/usr/bin/perl -p -i -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 -p -i -e 's|checkstyle-optional ||' /etc/ant.d/checkstyle || :