Remove obsolete ldconfig scriptlets
References: https://fedoraproject.org/wiki/Changes/RemoveObsoleteScriptlets Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
This commit is contained in:
parent
d6af8928b2
commit
9c8f1ff61e
@ -53,7 +53,6 @@ Requires(post): systemd-sysv
|
||||
Requires(post): /sbin/ldconfig
|
||||
Requires(posttrans): openssl
|
||||
Requires(preun): systemd
|
||||
Requires(postun): /sbin/ldconfig
|
||||
Requires(posttrans): systemd
|
||||
|
||||
|
||||
@ -160,9 +159,7 @@ if [ "`systemctl is-active xrdp.service`" = 'active' ]; then
|
||||
systemctl start xrdp.service >/dev/null 2>&1 || :
|
||||
fi
|
||||
|
||||
%postun
|
||||
:
|
||||
%{?ldconfig}
|
||||
%ldconfig_postun
|
||||
|
||||
%posttrans
|
||||
if [ ! -s %{_sysconfdir}/xrdp/rsakeys.ini ]; then
|
||||
|
Loading…
Reference in New Issue
Block a user