summarylogtreecommitdiffstats
path: root/quake4-multiplayer-demo.install
blob: d00532bede321ac318d0af7130e64f0ae11f38ae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
post_install() {
cat << EOF
IMPORTANT
==> In order to use the software, you have to agree to ID Software's license 
==> located in /usr/share/licenses/quake4-multiplayer-demo/EULA.txt
==> If you don't, please remove this package (pacman -R quake4-multiplayer-demo)
EOF

  /bin/true
}


op=$1
shift
$op $*