mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-04 18:20:42 +00:00
Use untoutseul05 build scripts
This commit is contained in:
parent
521e3f2e02
commit
225845d28c
9
Building/Linux/clean_rm-NN-test1.sh
Executable file
9
Building/Linux/clean_rm-NN-test1.sh
Executable file
@ -0,0 +1,9 @@
|
||||
#! /bin/bash
|
||||
set -e
|
||||
#
|
||||
# delete all the folder not deleted by the purge command
|
||||
|
||||
# at the beginning, there was
|
||||
# application name
|
||||
appli_name="OSCAR_beta"
|
||||
|
7
Building/Linux/clean_rm-NN-test2.sh
Executable file
7
Building/Linux/clean_rm-NN-test2.sh
Executable file
@ -0,0 +1,7 @@
|
||||
|
||||
#
|
||||
# delete all the folder not deleted by the purge command
|
||||
|
||||
# now, application name
|
||||
appli_name="OSCAR-test"
|
||||
|
10
Building/Linux/ln_usrbin-NN-test.sh
Executable file
10
Building/Linux/ln_usrbin-NN-test.sh
Executable file
@ -0,0 +1,10 @@
|
||||
#! /bin/bash
|
||||
set -e
|
||||
#
|
||||
# modify by untoutseul05 to search local name for Desktop Folder
|
||||
# the package now suits the fhs
|
||||
|
||||
# application name
|
||||
appli_name="OSCAR-test"
|
||||
|
||||
|
@ -112,7 +112,7 @@ if [[ -n ${PRERELEASE} && -z ${RC} ]] ; then
|
||||
post_rem="clean_rm-result-NN-test.sh"
|
||||
else
|
||||
post_inst="ln_usrbin-result-NN.sh"
|
||||
pre_rem="rm_usrbin-result.sh"
|
||||
pre_rem="rm_usrbin-result-NN.sh"
|
||||
post_rem="clean_rm-result-NN.sh"
|
||||
fi
|
||||
|
||||
|
9
Building/Linux/rm_usrbin-NN-test.sh
Executable file
9
Building/Linux/rm_usrbin-NN-test.sh
Executable file
@ -0,0 +1,9 @@
|
||||
#! /bin/bash
|
||||
#
|
||||
# no error is permitted
|
||||
set -e
|
||||
|
||||
# application name
|
||||
appli_name="OSCAR-test"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user