mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-23 18:14:51 +08:00
10 lines
263 B
Plaintext
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
|
|
}
|