summarylogtreecommitdiffstats
path: root/strife.install
diff options
context:
space:
mode:
Diffstat (limited to 'strife.install')
-rw-r--r--strife.install12
1 files changed, 12 insertions, 0 deletions
diff --git a/strife.install b/strife.install
new file mode 100644
index 000000000000..76c922b9ea41
--- /dev/null
+++ b/strife.install
@@ -0,0 +1,12 @@
+
+post_install() {
+ echo ">>> You must read and agree to the terms in the TOSs found"
+ echo ">>> in /usr/share/licenses/strife/ before using this software!"
+ echo ">>>"
+ echo ">>> In order to play Strife, add your user to the 'games' group."
+ echo ">>> # gpasswd -a USERNAME games"
+}
+
+post_upgrade() {
+ post_install $1
+}