summarylogtreecommitdiffstats
path: root/libretro-prboom.install
blob: 7fdbde74387e1d9189668324486c49a6e0f06a87 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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
}