vzctl delete: take care of premount/postumount scripts.

Commit eeceb721472483f6e8d90cbfe72967c3336b5e77 added
support for premount/postumount action scripts.

Unfortunately it forgot to remove those when destroying
a container. This might lead to a situation when a newly
created container will use the old scripts left from the
deleted container with the same ID. Fix it.

Signed-off-by: Kir Kolyshkin <kir@openvz.org>
1 file changed