core/python-pygments/python3-pygments.install

6 lines
139 B
Plaintext
Raw Normal View History

2015-07-24 22:15:41 +08:00
post_upgrade() {
if (($(vercmp $2 2.0.2-1) < 0)); then
echo ':: /usr/bin/pygmentize has been moved to the pygmentize package'
fi
}