Accepting request 307684 from home:msmeissn:branches:Base:System
- move info deletion to %preun sections OBS-URL: https://build.opensuse.org/request/show/307684 OBS-URL: https://build.opensuse.org/package/show/Base:System/bash?expand=0&rev=202
This commit is contained in:
parent
02430567d9
commit
890d92fc99
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon May 18 06:10:49 UTC 2015 - meissner@suse.com
|
||||
|
||||
- move info deletion to %preun sections
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 4 22:52:17 CET 2015 - jdelvare@suse.de
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package bash
|
||||
#
|
||||
# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -650,7 +650,7 @@ EOF
|
||||
%post -n bash-doc
|
||||
%install_info --info-dir=%{_infodir} %{_infodir}/bash.info.gz
|
||||
|
||||
%postun -n bash-doc
|
||||
%preun -n bash-doc
|
||||
%install_info_delete --info-dir=%{_infodir} %{_infodir}/bash.info.gz
|
||||
|
||||
%post -n libreadline6 -p /sbin/ldconfig
|
||||
@ -661,7 +661,7 @@ EOF
|
||||
%install_info --info-dir=%{_infodir} %{_infodir}/history.info.gz
|
||||
%install_info --info-dir=%{_infodir} %{_infodir}/readline.info.gz
|
||||
|
||||
%postun -n readline-doc
|
||||
%preun -n readline-doc
|
||||
%install_info_delete --info-dir=%{_infodir} %{_infodir}/history.info.gz
|
||||
%install_info_delete --info-dir=%{_infodir} %{_infodir}/readline.info.gz
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user