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 Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git]
/
jrockit-jdk
/
jrockit-jdk.install
blob
04113c5065de64658ae4cbac27c089e349f48eab
1
post_upgrade() {
2
post_install $1
3
}
4
5
post_install() {
6
echo "The jrockit package is licensed software."
7
echo "You MUST read and agree to the license stored in"
8
echo "/usr/share/licenses/jrockit/license.html before using it."
9
10
}
11
12
op=$1
13
shift
14
$op $*