blob: 7bbc70669aab99629bc443a63c87764880729abc (
plain)
1
2
3
4
5
6
7
8
|
post_install() {
echo "This is the Python library of Elpy. To properly use it with Emacs \
you must install the *.el files of Elpy (there is a MELPA elpy package)."
}
post_upgrade() {
post_install "$1"
}
|