userinstall

user-path

21:967f05c9320f
2010-01-16 Paul Boddie Added keyring installation. Changed environment variables to be compatible with those in the lsb-release file.
     1 #!/bin/bash     2 # Usage: user-dirpath <path-inside-package-root>     3      4 # Configuration:     5 if [ -e userinstall-defaults ]; then     6         source userinstall-defaults     7 elif [ -e /etc/default/userinstall ]; then     8         source /etc/default/userinstall     9 else    10         echo "No defaults found for userinstall."    11         exit 1    12 fi    13     14 echo $PACKAGEROOT/$1