Sophie

Sophie

distrib > PLD > th > x86_64 > by-pkgid > 3f52ca6825ec577e500e6f55cfd2136c > scriptlet

cvsspam-0.2.12-15.noarch.rpm

Triggers

cvsspam < 0.2.11-5.3

/bin/sh
# need rmdir, because the path belongs to new package (is %ghosted) and therefore is not removed by rpm
rmdir /usr/lib/cvsspam 2>/dev/null || mv -v /usr/lib/cvsspam{,.rpmsave}
ln -s /usr/share/cvsspam /usr/lib/cvsspam
 ( 
RPM_SCRIPTVERBOSITY=5 
[ -r /etc/sysconfig/rpm ] && . /etc/sysconfig/rpm 
if [ -x /usr/bin/banner.sh ]; then 
	CMD="/usr/bin/banner.sh --stderr $([ $RPM_SCRIPTVERBOSITY -ge 5 ] && echo -s) -m cvsspam" 
else 
	CMD="cat >&2" 
fi 
eval $CMD <