blob: d8a91af7d870d2a3fa4a7253496635c9adb7b877 (
plain)
1
2
3
4
5
6
7
8
|
post_install() {
echo "Make sure you're a member of games group before running the game."
echo ""
echo "In case you've purchased the game, place Key.txt"
echo "file into /usr/share/TennisElbow2013"
/bin/true
}
|