desktop/python-magic/python-magic.install
2014-06-05 16:37:34 +00:00

10 lines
263 B
Plaintext

post_install() {
echo "Please note that there is another version of python-magic, incompatible"
echo "with this one, available at http://pypi.python.org/pypi/python-magic/"
echo "Make sure this is the version you want."
}
post_upgrade() {
post_install
}