summarylogtreecommitdiffstats
path: root/gg.install
blob: daa330a6cb181ba99dfc6db9d088f9f8c1979dc3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
post_install() {
cat <<'EOF'
If your kernel does not allow ptrace permission,
please set kernel parameter kernel.yama.ptrace_scope to 1.
EOF
}

post_upgrade() {
    if (( $(vercmp "$2" '0.2.13-2') < 0)); then
        post_install
    fi
}