2 ## arg 1: the new package version
4 echo "Setting up Ingres environment and user"
5 if [ "`grep \"^ingres:\" /etc/passwd`" == "" ] ; then
10 ## arg 1: the new package version
12 echo "Running Ingres installation"
13 /tmp/ii_install/ingres-$1-`uname -m`/ingres_express_install.sh AR /opt/Ingres/IngresAR
14 echo "Cleaning up installation files"
15 rm -rf /tmp/ii_install
16 cp -f /home/ingres/.ingARsh /home/
17 echo "Ingres is now set up, please source /home/.ingARsh to gain access to Ingres"
20 ## arg 1: the new package version
21 ## arg 2: the old package version
23 #todo: upgrades need to be looked into
27 ## arg 1: the new package version
28 ## arg 2: the old package version
30 #todo: upgrades need to be looked into
34 ## arg 1: the old package version
36 echo "Setting up Ingres environment and stopping the server"
37 source /home/ingres/.ingARsh
41 ## arg 1: the old package version
43 echo "Removing Ingres installation"
44 rm -rf /opt/Ingres/IngresAR
48 # vim:set ts=2 sw=2 et: