Remove obsolete scriptlets
References: https://fedoraproject.org/wiki/Changes/RemoveObsoleteScriptlets Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
This commit is contained in:
parent
2742357e4f
commit
c23cb71c4d
@ -170,18 +170,6 @@ make fullcheck
|
||||
|
||||
%ldconfig_scriptlets libs
|
||||
|
||||
%post devel
|
||||
# Test for file; if installed with --excludedocs it may not be there
|
||||
if [ -f %{_infodir}/libext2fs.info.gz ]; then
|
||||
/sbin/install-info %{_infodir}/libext2fs.info.gz %{_infodir}/dir || :
|
||||
fi
|
||||
|
||||
%preun devel
|
||||
if [ $1 = 0 -a -f %{_infodir}/libext2fs.info.gz ]; then
|
||||
/sbin/install-info --delete %{_infodir}/libext2fs.info.gz %{_infodir}/dir || :
|
||||
fi
|
||||
exit 0
|
||||
|
||||
%ldconfig_scriptlets -n libcom_err
|
||||
|
||||
%ldconfig_scriptlets -n libss
|
||||
|
Loading…
Reference in New Issue
Block a user