SHA256
1
0
forked from pool/xdm

- Remove %service_del_postun display-manager.service

from %postun macro (boo#968405).

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xdm?expand=0&rev=120
This commit is contained in:
2016-02-26 12:48:54 +00:00
committed by Git OBS Bridge
parent fdc51938cb
commit 08833d1f60
2 changed files with 6 additions and 4 deletions

View File

@@ -178,10 +178,6 @@ chmod 0755 %{buildroot}%{_sbindir}/rcxdm
%postun
%if 0%{?suse_version} < 1315
%{insserv_cleanup}
%else
# Do not restart DM on update (bnc#886641)
export DISABLE_RESTART_ON_UPDATE=yes
%service_del_postun display-manager.service
%endif
%preun