updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / aster-mpi / aster-mpi.install
blobc824fb440bdce92d8be262c71e2e40efcaea85d7
1 _installdir=/opt/aster
2 _astkdir=${_installdir}/ASTK
3 _pkgvershort=9.4
5 post_install() {
6   _pythonver=2.6
8   for _FILE in bibpyt commande
9   do
10     /usr/bin/python /usr/lib/python${_pythonver}/compileall.py -f ${_installdir}/PAR${_pkgvershort}/${_FILE}
11     /usr/bin/python -O /usr/lib/python${_pythonver}/compileall.py -f ${_installdir}/PAR${_pkgvershort}/${_FILE}
12   done
14   sed -e "s|#vers : ?parvaster?|vers : PAR${_pkgvershort}|g" \
15       -i ${_astkdir}/ASTK_SERV/conf/config
17   echo
18   echo " NOTE:"
19   echo " You can launch code-aster from the command-line using"
20   echo " '/opt/aster/ASTK/ASTK_SERV/bin/as_run *.export' or you"
21   echo " can use ASTK interface. In the latter case - more frequent -"
22   echo " you must:"
23   echo " - install xinetd if you want to use rsh (ssh and rsh"
24   echo "   should already be installed if you have installed astk)"
25   echo " - verify that you haven't option 'no-listen' enabled when"
26   echo "   you start X server;"
27   echo " - start xinetd verifying that rsh is available or"
28   echo "   alternatively start ssh if you want to use this."
29   echo " Installing script of astk should have configured astk to be"
30   echo " executed locally."
31   echo  
34 post_upgrade() {
35   post_install $1
38 post_remove() {
39   sed -e "s|vers : PAR${_pkgvershort}|#vers : ?parvaster?|g" \
40       -i ${_astkdir}/ASTK_SERV/conf/config
43 op=$1
44 shift
46 $op $*