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