updated on Thu Jan 26 00:18:00 UTC 2012
[aur-mirror.git] / google-appengine-python / install
blob7a42f8deba8c9db108b60889c73db57bf81776af
1 post_install() {
2     echo "==================================================================="
3     echo "Google App Engine SDK for Python installed in /opt/google_appengine"
4     echo "These commands are now available:"
5     find /opt/google_appengine -maxdepth 1 -type f -executable -printf "/usr/bin/%f -> /opt/google_appengine/%f\n"
6     echo "==================================================================="