summarylogtreecommitdiffstats
path: root/nbsdgames-git.install
diff options
context:
space:
mode:
Diffstat (limited to 'nbsdgames-git.install')
-rw-r--r--nbsdgames-git.install13
1 files changed, 13 insertions, 0 deletions
diff --git a/nbsdgames-git.install b/nbsdgames-git.install
new file mode 100644
index 000000000000..898ad44123b4
--- /dev/null
+++ b/nbsdgames-git.install
@@ -0,0 +1,13 @@
+post_install() {
+ cat usr/share/doc/nbsdgames/score.txt
+ echo "You may create empty files jw_scores and pp_scores in this directory."
+}
+
+post_upgrade() {
+ post_install
+}
+
+pre_remove() {
+ cat usr/share/doc/nbsdgames/score.txt
+ echo "You may wish to delete this directory if it exists."
+}