summarylogtreecommitdiffstats
path: root/quake4-demo.install
blob: 6300b4afd4f9a6102e4b45f511e136c8791dfe5c (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 /opt/quake4-demo/License.txt
==> If you don't, please remove this package (pacman -R quake4-demo)
EOF

  /bin/true
}


op=$1
shift
$op $*