Changes between Initial Version and Version 1 of Ticket #204, comment 6
- Timestamp:
- 11/28/12 03:56:33 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #204, comment 6
initial v1 83 83 \\ 84 84 85 {{{for x in `ls /usr/share/applications`; do 85 {{{ 86 for x in `ls /usr/share/applications`; do 86 87 ln -sf /usr/share/applications/$x ./; done 87 88 }}}