summarylogtreecommitdiffstats
path: root/bsd-games2.install
diff options
context:
space:
mode:
Diffstat (limited to 'bsd-games2.install')
-rw-r--r--bsd-games2.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/bsd-games2.install b/bsd-games2.install
new file mode 100644
index 000000000000..453a6ded7c3f
--- /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
+}