summarylogtreecommitdiffstats
path: root/arcade-history-dat.install
blob: ef62beb28032e115c7b3f13381a1657b69d0236b (plain)
1
2
3
4
5
6
7
8
9
10

post_install() {
  echo " => For use in MAME:"
  echo "    $ mkdir -p ~/.mame/dats"
  echo "    $ ln -sf /usr/share/arcade-history-dat/history.dat ~/.mame/dats/history.dat"
}

post_upgrade() {
  post_install
}