summaryrefslogtreecommitdiff
path: root/community/lxc/lxc.install
diff options
context:
space:
mode:
Diffstat (limited to 'community/lxc/lxc.install')
-rw-r--r--community/lxc/lxc.install8
1 files changed, 8 insertions, 0 deletions
diff --git a/community/lxc/lxc.install b/community/lxc/lxc.install
new file mode 100644
index 000000000..618910953
--- /dev/null
+++ b/community/lxc/lxc.install
@@ -0,0 +1,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
+}