blob: 08365e26edf077d8dfc8219342cc4ca872cf655d (
plain)
1
2
3
4
5
6
7
8
|
post_install() {
echo ">> Copy https://github.com/libretro/libretro-prboom/raw/master/prboom.wad"
echo ">> into your frontend's (e.g. RetroArch) system directory"
}
post_upgrade() {
post_install
}
|