Mercurial > hg > config
comparison python/install_config.py @ 45:069a739d88ad
get fluxbox menu from a webpage, i.e. http://k0s.org/programs.html
| author | Jeff Hammel <k0scist@gmail.com> |
|---|---|
| date | Sat, 27 Mar 2010 09:49:33 -0700 |
| parents | ff7f771a9baf |
| children | 3d0ec6eb83fb |
comparison
equal
deleted
inserted
replaced
| 43:ff7f771a9baf | 45:069a739d88ad |
|---|---|
| 48 os.chdir(old_directory) | 48 os.chdir(old_directory) |
| 49 | 49 |
| 50 # install some python | 50 # install some python |
| 51 install_develop('smartopen') | 51 install_develop('smartopen') |
| 52 | 52 |
| 53 postinstall_commands = [ ['ln', '-s', os.path.join(HOME, 'smartopen', 'bin', 'smartopen'), os.path.join(HOME, 'bin', 'smartopen') ] ] | 53 postinstall_commands = [ ['ln', '-s', os.path.join(HOME, 'smartopen', 'bin', 'smartopen'), os.path.join(HOME, 'bin', 'smartopen') ], |
| 54 ] | |
| 55 execute(*postinstall_commands) | |
| 54 | 56 |
| 55 execute(*postinstall_commands) | 57 |
| 56 | 58 |
| 57 # TODO: | 59 # TODO: |
| 58 # - ubuntu packages to install: | 60 # - ubuntu packages to install: |
| 59 PACKAGES="unison fluxbox antiword xclip" | 61 PACKAGES="unison fluxbox antiword xclip" |
| 60 print "Ensure the following packages are installed:" | 62 print "Ensure the following packages are installed:" |
