summarylogtreecommitdiffstats
path: root/fim.install
blob: ad956ab0b0bb91f9af9f64228db46132ce00e288 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
post_install() {
  cat <<EOF
==> NOTE: If you already have FBFONT exported correctly, you can disregard this
==> message.
==>
==> To get fim to work after you've installed it, place the following export in
==> your ~/.profile file:
==>
==>   export FBFONT=/usr/share/kbd/consolefonts/ter-216n.psf.gz
==>
==> Once this is done, log out and log back in to get your ~/.profile file
==> read and the FBFONT variable exported.
==>
==> NOTE: If you place this export in your ~/.zshrc or your ~/.bashrc file, you
==> don't need to logout. Simply starting a new session of your shell-of-choice
==> will do the trick.
EOF
}

post_upgrade() {
  post_install
}