Subversion Repositories ALCASAR

Rev

Rev 615 | Rev 785 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log

Rev 615 Rev 672
Line 1... Line 1...
1
#!/bin/sh
1
#!/bin/bash
2
# $Id: alcasar-uninstall.sh 615 2011-05-24 21:47:25Z richard $
2
# $Id: alcasar-uninstall.sh 672 2011-07-08 15:34:22Z richard $
3
 
3
 
4
# alcasar-uninstall.sh
4
# alcasar-uninstall.sh
5
# by 3abtux, angel95 and rexy
5
# by Franck BOUIJOUX, Pascal LEVANT and Richard REY
6
# This script is distributed under the Gnu General Public License (GPL)
6
# This script is distributed under the Gnu General Public License (GPL)
7
 
7
 
-
 
8
# Désisntallation d'ALCASAR
-
 
9
# Uninstall ALCASAR
-
 
10
 
8
SED="/bin/sed -i"
11
SED="/bin/sed -i"
9
clear
12
clear
10
echo "-----------------------------------------------------------------------------"
13
echo "-----------------------------------------------------------------------------"
11
echo "**                     Uninstall/Update ALCASAR                            **"
14
echo "**                     Uninstall/Update ALCASAR                            **"
12
echo "-----------------------------------------------------------------------------"
15
echo "-----------------------------------------------------------------------------"