revert previous change and use %tmpfiles_create in %post

This commit is contained in:
Jiri Popelka 2013-11-28 14:42:21 +01:00
parent 33fbffc3dd
commit e5985a76ee

View File

@ -80,13 +80,11 @@ mkdir -p %{buildroot}%{_lockdir}
%pre
getent group lock >/dev/null 2>&1 || groupadd -g 54 -r -f lock >/dev/null 2>&1 || :
%post -p /sbin/ldconfig
%post
/sbin/ldconfig
if [ $1 -eq 1 ] ; then
# for the time until first reboot
%tmpfiles_create
# for the time until first reboot
%tmpfiles_create
fi
%postun -p /sbin/ldconfig