1 # Description: post-install script for palm-sdk
2 # Contributor: Ryan Corder <ryanc@greengrey.org>
5 # arg 1:new package version
8 echo "There are due to filenameclashes no symlinks for PalmPDK in /usr/bin/"
9 echo "You have to either:"
10 echo "Call PalmPDK binaries via absolute calls"
11 echo " e.g /opt/PalmPDK/bin/foo"
13 echo "Symlink the binaries you need to /usr/local/bin (maybe change the names)"
15 echo "Add /opt/PalmPDK/ to your \$PATH"
17 echo "The following entires will likely be required for you to add to"
18 echo "your /etc/hosts file:"
20 echo "# Added for palm-sdk"
22 echo "# Added for palmtools"
23 echo "127.0.0.1 device"
25 echo "Additionally, you should have this entry in your /etc/hosts file anyway:"
27 echo "127.0.0.1 localhost"