summaryrefslogtreecommitdiff
path: root/community/lxc/lxc.install
blob: 61891095323dfbf8d68ff886b00a6627855e157b (plain)
1
2
3
4
5
6
7
8
post_upgrade() {
  [[ $(vercmp "$1" 1:1) -le 0 ]] && return 0
  cat << EOF
* Since v1.0, lxc-shutdown(1) is gone and its functionality is provided by
* lxc-stop(1) by default. The old lxc-stop(1) behavior can be recovered
* with 'lxc-stop --kill'.
EOF
}