summarylogtreecommitdiffstats
path: root/spiral-knights.install
diff options
context:
space:
mode:
Diffstat (limited to 'spiral-knights.install')
-rw-r--r--spiral-knights.install24
1 files changed, 0 insertions, 24 deletions
diff --git a/spiral-knights.install b/spiral-knights.install
deleted file mode 100644
index 38ee16c2962f..000000000000
--- a/spiral-knights.install
+++ /dev/null
@@ -1,24 +0,0 @@
-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
-}
-