updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / pymtp / pymtp.install
bloba87cbccbcacd9f895e4cc9a58b09e0febf7d6614
1 post_install() {
2         cat << EOF
3 ---------------------------------------------------------------------------
4 To install documentation for PyMTP, install epydoc and issue the following 
5 command to have the documentation installed in <output directory>: 
6 epydoc -o <output directory> pymtp.py
7 ---------------------------------------------------------------------------
8 EOF
11 post_upgrade() {
12         post_install