PKGBUILDs/community/python-docs/python-docs.install

24 lines
611 B
Text
Raw Normal View History

2009-10-10 02:15:33 +00:00
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
}