summarylogtreecommitdiffstats
path: root/xsoldier.install
diff options
context:
space:
mode:
Diffstat (limited to 'xsoldier.install')
-rw-r--r--xsoldier.install7
1 files changed, 7 insertions, 0 deletions
diff --git a/xsoldier.install b/xsoldier.install
new file mode 100644
index 000000000000..b28ad40ed3b7
--- /dev/null
+++ b/xsoldier.install
@@ -0,0 +1,7 @@
+post_install() {
+ echo "==> You need to be in the 'games' group to use the scores file."
+}
+
+post_upgrade() {
+ post_install "$1"
+}