summarylogtreecommitdiffstats
path: root/nesfab.install
blob: 409f9b88ed9e735c5dab642fcd6a95d5b2233cc1 (plain)
1
2
3
4
5
6
7
8
9
10
11
post_install() {
  cat >&2 << 'EOF'

    Before you use NESFab, log out and back in to ensure that
    `NESFAB=/usr/share/nesfab` is set in your environment.

    To use the included examples, copy `/usr/share/nesfab/examples`
    to a writable location.

EOF
}