diff options
author | AntiCompositeNumber | 2020-11-06 19:40:23 -0500 |
---|---|---|
committer | AntiCompositeNumber | 2020-11-06 19:40:23 -0500 |
commit | 0aa880cc237f716ff8b0e68ea5211d0fe1a776ae (patch) | |
tree | 4d4ac5ee1a21dc1aae27c61a52cf21a273cfa091 /bsd-games2.install | |
download | aur-0aa880cc237f716ff8b0e68ea5211d0fe1a776ae.tar.gz |
Rescue bsd-games 2.17
Diffstat (limited to 'bsd-games2.install')
-rw-r--r-- | bsd-games2.install | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/bsd-games2.install b/bsd-games2.install new file mode 100644 index 00000000000..453a6ded7c3 --- /dev/null +++ b/bsd-games2.install @@ -0,0 +1,11 @@ +MSG="You need to be in the games group to use the score files." + +post_install() { + echo $MSG +} + +post_upgrade() { + if [ $(vercmp 2.17-8 $2) -ge 0 ]; then + echo $MSG + fi +} |