repo.or.cz
/
aur-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
updated on Wed Jan 11 16:09:51 UTC 2012
[aur-mirror.git]
/
jdk5
/
jdk.install
blob
ae439b142ff1da9751f939a523992696ce4bdd42
1
post_upgrade() {
2
post_install $1
3
}
4
5
post_install() {
6
echo "The jdk package is licensed software."
7
echo "You MUST read and agree to the license stored in"
8
echo "/opt/java/LICENSE before using it."
9
10
}
11