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