updated on Sat Jan 21 04:00:54 UTC 2012
[aur-mirror.git] / olpw / olpw.install
blobee36897f814d2794ec534fdf56ef47dd5fcf7e34
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
9 post_upgrade() {
10 /bin/true
13 pre_remove() {
14 /bin/true
17 op=$1
18 shift
20 $op "$@"