summarylogtreecommitdiffstats
path: root/foot-terminfo-git.install
blob: 5229c439846c684c02b0b75a9fab093aeb000ca4 (plain)
1
2
3
4
5
6
7
8
9
# -*- sh -*-

post_install() {
    echo "foot-terminfo: to use, set 'term=foot-extra' in ~/.config/foot/foot.ini"
}

post_upgrade() {
  post_install
}