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]
/
quake4-multiplayer-demo
/
quake4-multiplayer-demo.install
blob
d00532bede321ac318d0af7130e64f0ae11f38ae
1
post_install() {
2
cat << EOF
3
IMPORTANT
4
==> In order to use the software, you have to agree to ID Software's license
5
==> located in /usr/share/licenses/quake4-multiplayer-demo/EULA.txt
6
==> If you don't, please remove this package (pacman -R quake4-multiplayer-demo)
7
EOF
8
9
/bin/true
10
}
11
12
13
op=$1
14
shift
15
$op $*