summarylogtreecommitdiffstats
path: root/inform7.install
diff options
context:
space:
mode:
Diffstat (limited to 'inform7.install')
-rw-r--r--inform7.install5
1 files changed, 5 insertions, 0 deletions
diff --git a/inform7.install b/inform7.install
new file mode 100644
index 000000000000..ca1ee8720a52
--- /dev/null
+++ b/inform7.install
@@ -0,0 +1,5 @@
+post_install() {
+ echo -e "-> The inform compiler binaries have been installed as i6 and i7."
+ echo -e "-> Documentation and libraries can be found under /usr/share/inform7."
+ echo -e "-> For convenience, a wrapper is provided to set the inform7 library path."
+}