PKGBUILDs/community/python-docs/python-docs.install
2009-10-09 21:15:33 -05:00

23 lines
611 B
Text

post_install() {
echo
echo "##############################################################"
echo
echo "Add the following line to your ~/.bashrc "
echo "export PYTHONDOCS=/usr/share/doc/python/html/"
echo
echo "#############################################################"
echo
}
post_upgrade() {
echo
echo "##############################################################"
echo
echo "Add the following line to your ~/.bashrc "
echo "export PYTHONDOCS=/usr/share/doc/python/html/"
echo
echo "#############################################################"
echo
}