Remove obsolete scriptlets
References: https://fedoraproject.org/wiki/Changes/RemoveObsoleteScriptlets Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
This commit is contained in:
parent
fa13e6c98a
commit
0dddc7044e
@ -62,14 +62,6 @@ popd
|
||||
%check
|
||||
make check
|
||||
|
||||
%post
|
||||
install-info %{_infodir}/%{name}.info %{_infodir}/dir || :
|
||||
|
||||
%preun
|
||||
if [ $1 = 0 ]; then
|
||||
install-info --delete %{_infodir}/%{name}.info %{_infodir}/dir || :
|
||||
fi
|
||||
|
||||
%files
|
||||
%doc AUTHORS ChangeLog NEWS README THANKS TODO
|
||||
%doc doc/index.html doc/%{name}.html
|
||||
|
Loading…
Reference in New Issue
Block a user