mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
23 lines
611 B
Text
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
|
|
|
|
}
|
|
|