Linux uninstall script: Rollback error code value change

master
KonstantinosSykas 2014-07-15 18:56:16 +03:00
parent 82267be4fd
commit 301fc38a68
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ INSTALL_ROOT_SYSTEMWIDE="/opt"
INSTALL_ROOT_USERHOME="GNUstep/Applications" # CAUTION! Depending on the usage, this should be sometimes manually pre-pended with $HOME/
STARTUP_SCRIPTS_PATH_SYSTEMWIDE="/usr/local/bin"
STARTUP_SCRIPTS_PATH_USERHOME="${INSTALL_ROOT_USERHOME}/${OOLITE_ROOT_NAME}" # CAUTION! Depending on the usage, this should be sometimes manually pre-pended with $HOME/
ERROR_CODE_UNINSTALL_FAILED=999 # arbitrary error code to detect if uninstall did nothing
ERROR_CODE_UNINSTALL_FAILED=111 # arbitrary error code to detect if uninstall did nothing
# NOTE: also used in uninstall[.source] script