summarylogtreecommitdiffstats
path: root/post_install
blob: c766daa88992ab1676cdb78e082dc681af0f265c (plain)
1
2
3
4
5
6
7
8
post_install() {
  echo "Remember you need 'Duke Nukem 3D' data files to play. You can put them under"
  echo "~/.config/rednukem/'."
}

post_upgrade() {
  post_install
}