summarylogtreecommitdiffstats
path: root/eduke32.install
blob: 285a16c527230b3fe2c25af459ff738ac16f39cc (plain)
1
2
3
4
5
6
7
8
9

post_install() {
  echo "Remember you need 'Duke Nukem 3D' data files to play. You can put them under"
  echo "'/usr/share/games/eduke32/' for all users or '~/.config/eduke32/' for yourself."
}

post_upgrade() {
  post_install
}