Accepting request 419742 from home:Alexander_Naumov:branches:Base:System

Remove %postun - it tried to delete "screen.info.gz" file second time.

OBS-URL: https://build.opensuse.org/request/show/419742
OBS-URL: https://build.opensuse.org/package/show/Base:System/screen?expand=0&rev=64
This commit is contained in:
Alexander Naumov 2016-08-17 12:06:22 +00:00 committed by Git OBS Bridge
parent 4dfe9489fa
commit 9f3a56f0d4
2 changed files with 6 additions and 3 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Aug 17 14:02:33 UTC 2016 - alexander_naumov@opensuse.org
- Remove %postun - it tried to delete "screen.info.gz" file
second time.
-------------------------------------------------------------------
Thu Aug 11 17:32:44 UTC 2016 - alexander_naumov@opensuse.org

View File

@ -127,7 +127,4 @@ install -m 644 %SOURCE1 $RPM_BUILD_ROOT/usr/lib/tmpfiles.d
test -d %rundir/screens || mkdir -m 755 %rundir/screens
test -d %rundir/uscreens || mkdir -m 1777 %rundir/uscreens
%postun
%install_info_delete --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz
%changelog