summarylogtreecommitdiffstats
path: root/libretro-prboom.install
diff options
context:
space:
mode:
authorJohn ShaggyTwoDope Jenkins2015-08-09 21:38:34 -0700
committerJohn ShaggyTwoDope Jenkins2015-08-09 21:38:34 -0700
commita69ea64dfb1524c4fcda920fadd1d65bc3bc27ae (patch)
tree4a9e7f1d66a66c83545e78b484d9544c17d54a7a /libretro-prboom.install
downloadaur-a69ea64dfb1524c4fcda920fadd1d65bc3bc27ae.tar.gz
init commit
Diffstat (limited to 'libretro-prboom.install')
-rw-r--r--libretro-prboom.install13
1 files changed, 13 insertions, 0 deletions
diff --git a/libretro-prboom.install b/libretro-prboom.install
new file mode 100644
index 000000000000..7fdbde74387e
--- /dev/null
+++ b/libretro-prboom.install
@@ -0,0 +1,13 @@
+post_install() {
+cat << 'EOM'
+
+ Copy prboom.wad from /usr/share/libretro/prboom_libretro
+ to the same location as your doom WADs
+
+EOM
+}
+
+post_upgrade() {
+ post_install
+}
+