desktop/signon/signon.install

7 lines
199 B
Plaintext
Raw Normal View History

2015-04-08 01:46:06 +08:00
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
}