Mercurial > hg > config
changeset 36:d83f35b9b799
adding xclip package and echo which packages need installation
author | Jeff Hammel <k0scist@gmail.com> |
---|---|
date | Thu, 18 Mar 2010 15:59:08 -0700 |
parents | e6a78f90c108 |
children | 6b8573a62cd3 |
files | python/install_config.py |
diffstat | 1 files changed, 4 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/python/install_config.py Thu Mar 18 09:15:10 2010 -0700 +++ b/python/install_config.py Thu Mar 18 15:59:08 2010 -0700 @@ -52,4 +52,7 @@ execute(*postinstall_commands) # TODO: -# - ubuntu packages to install: unison fluxbox antiword +# - ubuntu packages to install: +PACKAGES="unison fluxbox antiword xclip" +echo "Ensure the following packages are installed:" +echo "sudo apt-get install $PACKAGES"