Mercurial > hg > config
comparison python/install_config.py @ 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 | becf1798dfe6 |
children | eda848575afb |
comparison
equal
deleted
inserted
replaced
35:e6a78f90c108 | 36:d83f35b9b799 |
---|---|
50 postinstall_commands = [ ['ln', '-s', os.path.join(HOME, 'smartopen', 'bin', 'smartopen'), os.path.join(HOME, 'bin', 'smartopen') ] ] | 50 postinstall_commands = [ ['ln', '-s', os.path.join(HOME, 'smartopen', 'bin', 'smartopen'), os.path.join(HOME, 'bin', 'smartopen') ] ] |
51 | 51 |
52 execute(*postinstall_commands) | 52 execute(*postinstall_commands) |
53 | 53 |
54 # TODO: | 54 # TODO: |
55 # - ubuntu packages to install: unison fluxbox antiword | 55 # - ubuntu packages to install: |
56 PACKAGES="unison fluxbox antiword xclip" | |
57 echo "Ensure the following packages are installed:" | |
58 echo "sudo apt-get install $PACKAGES" |