PKGBUILDs/community/bsd-games/bsd-games.install

12 lines
176 B
Text
Raw Normal View History

2009-10-10 02:15:33 +00:00
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
}