summarylogtreecommitdiffstats
path: root/surfraw-git.install
blob: f18e72abe4ed4a53923978506944d9072c763706 (plain)
1
2
3
4
5
6
7
8
9
post_install() {
    echo "==> NOTE: Config files have moved since surfraw v2.2.5!"
    echo "==> Global config is now located in /etc/xdg/surfraw/conf"
    echo "==> Local config is now in ${HOME}/.config/surfraw/conf"
}

post_upgrade() {
  post_install $1
}