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]
/
light
/
trunk
/
light.install
blob
debd5155cb5969d2c13fd979d46bbcdb108398dd
1
post_install() {
2
printf '====> %s\n' 'Make sure to add your user to the video group.'
3
}
4
5
post_upgrade() {
6
if (( $(vercmp $2 '1.2-3') < 0 )); then
7
printf '====> %s\n' 'Make sure to add your user to the video group.'
8
fi
9
}