summarylogtreecommitdiffstats
path: root/yadex.install
diff options
context:
space:
mode:
Diffstat (limited to 'yadex.install')
-rw-r--r--yadex.install10
1 files changed, 10 insertions, 0 deletions
diff --git a/yadex.install b/yadex.install
new file mode 100644
index 000000000000..1b20aa01dd7f
--- /dev/null
+++ b/yadex.install
@@ -0,0 +1,10 @@
+post_install() {
+ cat <<- EOF
+ :: Before using yadex, check the paths
+ :: to your IWAD files in /etc/yadex.cfg
+ EOF
+}
+
+post_upgrade() {
+ post_install $1
+}