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 <dlezcano@fr.ibm.com>
This commit is contained in:
Daniel Lezcano 2009-07-10 08:58:27 +02:00 committed by Daniel Lezcano
parent 3e3bf8aee6
commit 92fc52d3db

View File

@ -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)