python-pygments: Inform the user about binary renaming.
This commit is contained in:
7
python-pygments/python2-pygments.install
Normal file
7
python-pygments/python2-pygments.install
Normal file
@@ -0,0 +1,7 @@
|
||||
post_install() {
|
||||
echo "pygmentize has been renamed to pygmentize2"
|
||||
}
|
||||
|
||||
post_upgrade() {
|
||||
post_install "$1"
|
||||
}
|
||||
Reference in New Issue
Block a user