repo.or.cz
/
ArchLinux
/
community.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
upgpkg: wordpress 6.2.1-1
[ArchLinux/community.git]
/
keycloak
/
trunk
/
keycloak.install
blob
e8e9f11c18b0bdaf4eebcbe5862f13e73680c24f
1
post_upgrade() {
2
if (($(vercmp $2 17.0.1) < 0)); then
3
usermod -d /var/lib/keycloak keycloak
4
fi
5
}
6
7
# vim: ts=2 sw=2 et: