aur: Add change notice about token update
This commit is contained in:
parent
3292cea786
commit
bdeb818718
@ -10,3 +10,16 @@ post_install() {
|
||||
|
||||
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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user