source:
VWGUIRegistration/trunk/vwreg_postinstall.sh@
1755
| Last change on this file since 1755 was 1748, checked in by , 9 years ago | |
|---|---|
| File size: 236 bytes | |
| Line | |
|---|---|
| 1 | #!/bin/bash |
| 2 | #Check for file vwchk.txt and directory regparam |
| 3 | #Found vwchk not needed anymore - left in but commented out |
| 4 | #if [ -f vwchk.txt ]; then |
| 5 | # rm -rf vwchk.txt |
| 6 | #fi |
| 7 | # |
| 8 | if [ ! -d regparam ]; then |
| 9 | mkdir regparam |
| 10 | fi |
| 11 | # |
| 12 |
Note:
See TracBrowser
for help on using the repository browser.
