summarylogtreecommitdiffstats
path: root/post_install
diff options
context:
space:
mode:
authorDimitris Kiziridis2020-04-07 10:58:08 +0300
committerDimitris Kiziridis2020-04-07 10:58:08 +0300
commitf54842aaa71133a3699c48a9f5bb79ecb927b9b4 (patch)
treeb0d19a2df3d31c84318f8018c4ce58c35a3081c1 /post_install
parentba8af759c260f61eac9c7980e6a84adfa424653b (diff)
downloadaur-f54842aaa71133a3699c48a9f5bb79ecb927b9b4.tar.gz
sanitize pkgbuild
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
+}