summarylogtreecommitdiffstats
path: root/vifm-devicons-git.install
blob: debd4533be3ebcc3bcdffacb4792e8cbfdde1cd5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
post_install() {
  echo "  1. install and set NERDfont as a default font for your terminal"
  echo "  2. append  the following line to your .vifmrc file and restart Vifm"
  echo "       source /usr/share/vifm-devicons/favicons.vifm"
}

post_upgrade() {
  post_install $1
}

op=$1
shift
$op $*