Skip to content

Commit

Permalink
Merge pull request #475 from mariux64/cleanup-usrlocapackage
Browse files Browse the repository at this point in the history
Cleanup usrlocapackage
  • Loading branch information
donald authored Jul 2, 2025
2 parents 73ea855 + ecdf86c commit 1329c3a
Show file tree
Hide file tree
Showing 9 changed files with 47 additions and 150 deletions.
49 changes: 0 additions & 49 deletions usrlocalpkg/admin/lib/ant.profile

This file was deleted.

1 change: 0 additions & 1 deletion usrlocalpkg/admin/lib/cuda.profile

This file was deleted.

44 changes: 44 additions & 0 deletions usrlocalpkg/admin/lib/java.profile
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
if [ "$JAVAVERSION" != "" ]; then
JRE="$JAVAVERSION"
JDK="$JAVAVERSION"
else
case "`uname`" in
Linux* )
JRE="1.5.0"
JDK="1.5.0"
;;
OSF1 )
JRE="1.4.0"
JDK="1.4.0"
;;
esac
fi

set -a
case "`uname`" in
Linux* )
case "`/bin/arch`" in
altermuell64bit )
VERSION=1.6.0_07
PATH=/package/java/jdk-${VERSION}/x86_64/bin:/package/java/jre-${VERSION}/x86_64/bin${PATH:+:$PATH}
LD_LIBRARY_PATH=/package/java/jdk-${VERSION}/x86_64/jre/lib/amd64/server${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH}
export PATH LD_LIBRARY_PATH
;;
i686|x86_64 )
PATH=/usr/local/java/bin${PATH:+:$PATH}
export PATH
;;
* )
echo "unknown architecture.."
;;
esac
;;
OSF1* )
PATH=/package/java/alpha/jre${JRE}/bin:/package/java/alpha/jdk${JDK}/bin:$PATH
;;
* )
echo "user_local_package_bin_wrapper-error: $1 no known OS!"
echo "tuetenpfurz."
;;
esac

49 changes: 0 additions & 49 deletions usrlocalpkg/admin/lib/meme.profile

This file was deleted.

1 change: 0 additions & 1 deletion usrlocalpkg/admin/lib/node.profile

This file was deleted.

1 change: 1 addition & 0 deletions usrlocalpkg/admin/lib/obs-studio.profile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
. /package/obs-studio/profile
2 changes: 2 additions & 0 deletions usrlocalpkg/admin/lib/octave.profile
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
. /package/octave/5.1.0/profile

49 changes: 0 additions & 49 deletions usrlocalpkg/admin/lib/pymol.profile

This file was deleted.

1 change: 0 additions & 1 deletion usrlocalpkg/admin/lib/python3.profile

This file was deleted.

0 comments on commit 1329c3a

Please sign in to comment.