From 92fc52d3db7df485bae1d62a6a6c9af5bf2d07cf Mon Sep 17 00:00:00 2001 From: Daniel Lezcano Date: Fri, 10 Jul 2009 08:58:27 +0200 Subject: [PATCH] don't create the lxc directory at rpm installation Don't create the directory when we install the lxc package. This is handled by lxc-create. Signed-off-by: Daniel Lezcano --- lxc.spec.in | 2 -- 1 file changed, 2 deletions(-) diff --git a/lxc.spec.in b/lxc.spec.in index 199732707..c8c93a228 100644 --- a/lxc.spec.in +++ b/lxc.spec.in @@ -68,8 +68,6 @@ find $RPM_BUILD_ROOT -type f -name '*.la' -exec rm -f {} ';' rm -rf %{buildroot} %post -mkdir -p /var/lxc -chmod ugo+w /var/lxc %files %defattr(-,root,root)