summaryrefslogtreecommitdiff
path: root/misc/astrolog/pkg/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'misc/astrolog/pkg/INSTALL')
-rw-r--r--misc/astrolog/pkg/INSTALL7
1 files changed, 7 insertions, 0 deletions
diff --git a/misc/astrolog/pkg/INSTALL b/misc/astrolog/pkg/INSTALL
new file mode 100644
index 00000000000..89b4e2f026a
--- /dev/null
+++ b/misc/astrolog/pkg/INSTALL
@@ -0,0 +1,7 @@
+#!/bin/sh
+# installation script for astrolog
+if [ "$2" != "POST-INSTALL" ]; then
+ exit 0
+fi
+echo "See the file ${PKG_PREFIX}/share/doc/astrolog/Helpfile.530 for help"
+echo "and tune ${PKG_PREFIX}/lib/astrolog/astrolog.dat"