python-pygments: Inform the user about binary renaming.

This commit is contained in:
João Guerra
2015-02-26 15:48:47 +00:00
parent d9f24e4c05
commit 24a71de428
2 changed files with 10 additions and 3 deletions

View File

@@ -0,0 +1,7 @@
post_install() {
echo "pygmentize has been renamed to pygmentize2"
}
post_upgrade() {
post_install "$1"
}