mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
14 lines
262 B
Text
14 lines
262 B
Text
post_install() {
|
|
post_upgrade $1 0
|
|
}
|
|
|
|
post_upgrade() {
|
|
if (( $(vercmp $2 2.4.11-4) < 0)); then
|
|
cat <<END
|
|
|
|
> WARNING: WebKitGTK+ 2.4 is known to have many security vulnerabilities that
|
|
will NOT be fixed. Avoid browsing with it.
|
|
|
|
END
|
|
fi
|
|
}
|