summarylogtreecommitdiffstats
path: root/webkitgtk.install
blob: 245d07b198f2c5ec3a0476c011c7a60f04a9d261 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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
}