Skip to content

Commit 3a72462

Browse files
authoredOct 10, 2022
Remove Spatial java library (#146)
* fix #144 Signed-off-by: gvenzl <gerald.venzl@gmail.com>
1 parent 4a70629 commit 3a72462

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
 

‎install.1840.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -958,8 +958,8 @@ rm "${ORACLE_BASE}"/diag/rdbms/xe/"${ORACLE_SID}"/trace/"${ORACLE_SID}"_*
958958
rm "${ORACLE_BASE}"/diag/rdbms/xe/"${ORACLE_SID}"/trace/drc"${ORACLE_SID}".log
959959
rm -r "${ORACLE_BASE}"/diag/tnslsnr/*
960960

961-
# TODO: clean up os files
962-
# /var/log/lastlog
961+
# Remove log4j-containing ndmserver.ear
962+
rm "${ORACLE_HOME}"/md/jlib/ndmserver.ear*
963963

964964
# Remove additional files for NOMRAL and SLIM builds
965965
if [ "${BUILD_MODE}" == "REGULAR" ] || [ "${BUILD_MODE}" == "SLIM" ]; then

‎install.2130.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -1972,8 +1972,8 @@ rm "${ORACLE_BASE}"/diag/rdbms/xe/"${ORACLE_SID}"/stage/*
19721972
rm -r "${ORACLE_BASE}"/diag/rdbms/xe/"${ORACLE_SID}"/trace/cdmp_*
19731973
rm -r "${ORACLE_BASE}"/diag/tnslsnr/*
19741974

1975-
# TODO: clean up os files
1976-
# # /var/log/lastlog
1975+
# Remove log4j-containing ndmserver.ear
1976+
rm "${ORACLE_HOME}"/md/jlib/ndmserver.ear*
19771977

19781978
# Remove additional files for NOMRAL and SLIM builds
19791979
if [ "${BUILD_MODE}" == "REGULAR" ] || [ "${BUILD_MODE}" == "SLIM" ]; then

0 commit comments

Comments
 (0)
Please sign in to comment.