Corrected to remove references to non-existent subpackages.

This commit is contained in:
Joel Sherrill
1999-11-18 20:40:23 +00:00
parent 1479c223de
commit ea72a6c16c

View File

@@ -151,7 +151,7 @@ This is gcc's and newlib C Library's sources with patches for RTEMS.
/opt/rtems/include/g++-3 /opt/rtems/include/g++-3
/opt/rtems/@target_alias@ /opt/rtems/@target_alias@
%post -n @target_alias@-gcc %post
if test -d $RPM_INSTALL_PREFIX/rtems/info; if test -d $RPM_INSTALL_PREFIX/rtems/info;
then then
rm -f $RPM_INSTALL_PREFIX/rtems/info/dir rm -f $RPM_INSTALL_PREFIX/rtems/info/dir
@@ -161,7 +161,7 @@ This is gcc's and newlib C Library's sources with patches for RTEMS.
done done
fi fi
%postun -n @target_alias@-gcc %postun
if test -d $RPM_INSTALL_PREFIX/rtems/info; if test -d $RPM_INSTALL_PREFIX/rtems/info;
then then
rm -f $RPM_INSTALL_PREFIX/rtems/info/dir rm -f $RPM_INSTALL_PREFIX/rtems/info/dir