summarylogtreecommitdiffstats
path: root/rednukem.install
diff options
context:
space:
mode:
Diffstat (limited to 'rednukem.install')
-rw-r--r--rednukem.install8
1 files changed, 8 insertions, 0 deletions
diff --git a/rednukem.install b/rednukem.install
new file mode 100644
index 000000000000..f9354e052548
--- /dev/null
+++ b/rednukem.install
@@ -0,0 +1,8 @@
+post_install() {
+ echo "Remember you need 'Duke Nukem 3D' data files to play. You can put them under"
+ echo "'/usr/share/games/eduke32/' for all users or '~/.eduke32/' for yourself."
+}
+
+post_upgrade() {
+ post_install
+}