summarylogtreecommitdiffstats
path: root/cli-visualizer.install
blob: bb85a891423c5a4f5d03e9c14d9c1e0fad980d44 (plain)
1
2
3
4
5
6
7
8
9
10
11
post_install() {
  echo ""
  echo ":: Example configuration files can be found in"
  echo ":: ~/.config/vis"
}

post_upgrade() {
	post_install
}

# vim:set ts=2 sw=2 et: