8 lines
111 B
Plaintext
8 lines
111 B
Plaintext
post_install() {
|
|
echo "pygmentize has been renamed to pygmentize2"
|
|
}
|
|
|
|
post_upgrade() {
|
|
post_install "$1"
|
|
}
|