desktop/signon/signon.install
2015-04-07 17:46:06 +00:00

7 lines
199 B
Plaintext

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
}