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 18 08:00:29 UTC 2012
[aur-mirror.git]
/
olpw
/
olpw.install
blob
ee36897f814d2794ec534fdf56ef47dd5fcf7e34
1
post_install() {
2
echo '--------------------------------------------------'
3
echo 'You *MUST* read and agree to the license stored in'
4
echo '/usr/share/java/olpw/lic.txt before using this sw.'
5
echo '--------------------------------------------------'
6
/bin/true
7
}
8
9
post_upgrade() {
10
/bin/true
11
}
12
13
pre_remove() {
14
/bin/true
15
}
16
17
op=$1
18
shift
19
20
$op "$@"