repo.or.cz
/
arch-packages.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
OCaml 4.14.0 rebuild
[arch-packages.git]
/
webkitgtk
/
trunk
/
webkitgtk.install
blob
245d07b198f2c5ec3a0476c011c7a60f04a9d261
1
post_install() {
2
post_upgrade $1 0
3
}
4
5
post_upgrade() {
6
if (( $(vercmp $2 2.4.11-4) < 0)); then
7
cat <<END
8
9
> WARNING: WebKitGTK+ 2.4 is known to have many security vulnerabilities that
10
will NOT be fixed. Avoid browsing with it.
11
12
END
13
fi
14
}