source: VWGUIRegistration/trunk/vwreg_postinstall.sh@ 1748

Last change on this file since 1748 was 1748, checked in by Jim B., 8 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#
8if [ ! -d regparam ]; then
9 mkdir regparam
10fi
11#
12
Note: See TracBrowser for help on using the repository browser.