Statistics
| Revision:

svn-gvsig-desktop / trunk / install / instalador-gvSIG-lin / resources / install.sh @ 18803

History | View | Annotate | Download (396 Bytes)

1 4632 cesar
#!/bin/sh
2 7047 cesar
# This is used at installation time, in order to perform some extra actions
3
# that the installer is not able to do
4 4632 cesar
5 7047 cesar
chmod +x "$INSTALL_PATH"/bin/gvSIG.sh
6 7051 cesar
chmod +x "$INSTALL_PATH"/Uninstaller/uninstall.sh
7 7146 cesar
[ -a "$USER_HOME"/gvSIG ] || mkdir -p "$USER_HOME"/gvSIG
8
[ -a "$USER_HOME"/gvSIG/andami-config.xml ] || cp "$INSTALL_PATH"/bin/andami-config.xml "$USER_HOME"/gvSIG/andami-config.xml