aur: Add change notice about token update

This commit is contained in:
Michael Carlberg 2017-01-14 18:00:22 +01:00
parent 3292cea786
commit bdeb818718

View File

@ -10,3 +10,16 @@ post_install() {
EOF EOF
} }
post_upgrade() {
(( ${2//./} <= 251 )) && cat << EOF
The % suffix has been removed from percentage tokens.
The suffix is instead added by the user, for example:
format-charging = Capacity %percentage%%
-- jaagr
EOF
}