summarylogtreecommitdiffstats
path: root/dinothawr.install
blob: 05a9c4018960c62a6119ed1dc34f55b3a879cd0c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
post_install() {
cat << 'EOM'

   Copy the dinothawr folder from /usr/share/libretro/libretro-dinothawr
   to your home dir(or wherever you have read/write access)
   use dinothawr.game as the rom

EOM
}

post_upgrade() {
 post_install
}