Use untoutseul05 build scripts

This commit is contained in:
Phil Olynyk 2021-12-02 18:47:27 -05:00
parent 521e3f2e02
commit 225845d28c
5 changed files with 36 additions and 1 deletions

View 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"

View File

@ -0,0 +1,7 @@
#
# delete all the folder not deleted by the purge command
# now, application name
appli_name="OSCAR-test"

View 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"

View File

@ -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

View File

@ -0,0 +1,9 @@
#! /bin/bash
#
# no error is permitted
set -e
# application name
appli_name="OSCAR-test"