summarylogtreecommitdiffstats
path: root/anura.install
diff options
context:
space:
mode:
Diffstat (limited to 'anura.install')
-rw-r--r--anura.install16
1 files changed, 16 insertions, 0 deletions
diff --git a/anura.install b/anura.install
new file mode 100644
index 000000000000..2eace418cb93
--- /dev/null
+++ b/anura.install
@@ -0,0 +1,16 @@
+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
+}