summarylogtreecommitdiffstats
path: root/anura.install
diff options
context:
space:
mode:
Diffstat (limited to 'anura.install')
-rw-r--r--anura.install16
1 files changed, 0 insertions, 16 deletions
diff --git a/anura.install b/anura.install
deleted file mode 100644
index 2eace418cb93..000000000000
--- a/anura.install
+++ /dev/null
@@ -1,16 +0,0 @@
-post_install() {
- chgrp users /usr/share/anura-git/modules
- chmod g+w /usr/share/anura-git/modules
-
- cat <<EOF
-Note: By default, anura will try to launch the frogatto module, which
- can be installed through the frogatto-git package. Use the
- --module= option to switch module. Modules are installed in
- /usr/share/anura-git/modules. This directory is made user writeable
- to allow the in-game editor's "new module" command to work.
-EOF
-}
-
-post_upgrade() {
- post_install
-}