revert previous change and use %tmpfiles_create in %post
This commit is contained in:
parent
33fbffc3dd
commit
e5985a76ee
@ -80,8 +80,6 @@ mkdir -p %{buildroot}%{_lockdir}
|
|||||||
%pre
|
%pre
|
||||||
getent group lock >/dev/null 2>&1 || groupadd -g 54 -r -f lock >/dev/null 2>&1 || :
|
getent group lock >/dev/null 2>&1 || groupadd -g 54 -r -f lock >/dev/null 2>&1 || :
|
||||||
|
|
||||||
%post -p /sbin/ldconfig
|
|
||||||
|
|
||||||
%post
|
%post
|
||||||
/sbin/ldconfig
|
/sbin/ldconfig
|
||||||
if [ $1 -eq 1 ] ; then
|
if [ $1 -eq 1 ] ; then
|
||||||
|
Loading…
Reference in New Issue
Block a user