summaryrefslogtreecommitdiff
path: root/community/signon/signon.install
blob: 4ccb62fcb6d2c37e19c7744c1ebb82c644652d9c (plain)
1
2
3
4
5
6
post_upgrade() {
  if [ "$(vercmp 8.44 "$2")" -eq 1 ]; then
    printf '==> Default config location changed\n'
    printf '    Move the file signon.db from ~/.signon/ to ~/.config/signond/\n'
  fi
}