summarylogtreecommitdiffstats
path: root/fim.install
diff options
context:
space:
mode:
Diffstat (limited to 'fim.install')
-rw-r--r--fim.install22
1 files changed, 0 insertions, 22 deletions
diff --git a/fim.install b/fim.install
deleted file mode 100644
index ad956ab0b0bb..000000000000
--- a/fim.install
+++ /dev/null
@@ -1,22 +0,0 @@
-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
-}