Home
Packages
Forums
Bugs
Mailing List
Download
Arch Linux Official
Send patches - preferably formatted by
git format-patch
- to
patches at archlinux32 dot org
.
index
:
packages
auto-pentium4
i486
libdrm
master
savage
Archlinux32 package modifications
gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
build-support
/
disabled
/
java
/
bin32-jdk6
/
javaws-launcher
blob: 2831dfcbbd76ccca83d9ca01eb251f2b8ecfbb5d (
plain
)
1
2
3
4
5
6
7
#!/bin/sh if [ -z "$@" ]; then exec javaws -viewer else exec javaws "$@" fi