summarylogtreecommitdiffstats
path: root/epsxe.install
blob: 0bdc25feb6e7ba2d02bc4066427849ab30d74a65 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
post_install() {
  cat << EOF

Add your user to group 'games' in order to play.
  
There are launcher packages out for epsxe. Search
AUR for epsxe-launcher-* if you want to use it.

EOF
}

op=$1
shift
$op $*