summarylogtreecommitdiffstats
path: root/spiral-knights.install
diff options
context:
space:
mode:
authorManu Kumar2016-02-21 13:10:35 -0800
committerManu Kumar2016-02-21 13:10:35 -0800
commitb91afd2611ff7f0fdc5e40172e0a3585ab3ac72f (patch)
treeedb6c2f604d3506e4c04d6162c848f4eefd990b7 /spiral-knights.install
downloadaur-b91afd2611ff7f0fdc5e40172e0a3585ab3ac72f.tar.gz
copied over from aur3
Diffstat (limited to 'spiral-knights.install')
-rw-r--r--spiral-knights.install24
1 files changed, 24 insertions, 0 deletions
diff --git a/spiral-knights.install b/spiral-knights.install
new file mode 100644
index 000000000000..38ee16c2962f
--- /dev/null
+++ b/spiral-knights.install
@@ -0,0 +1,24 @@
+pre_install() {
+cat > /dev/stdout <<EOF
+===============================================================================
+| |
+| If you're concerned about security, be advised. For this game to work, it's |
+| actual game files need to be downloaded after installing, thus write access |
+| to the installation directory is needed for the ordinary user. User has to |
+| be in the 'games' group. |
+| |
+===============================================================================
+EOF
+}
+
+post_remove() {
+cat > /dev/stdout <<EOF
+===============================================================================
+| |
+| Any downloaded game data may still be resident in the installation |
+| directory. |
+| |
+===============================================================================
+EOF
+}
+