Last change
on this file since 1566 was 1144, checked in by dmik, 8 years ago |
spec: texinfo: Release version 5.2-3.
|
File size:
429 bytes
|
Line | |
---|
1 | %info_requires \
|
---|
2 | Requires(post): %{_sbindir}/install-info.exe \
|
---|
3 | Requires(preun): %{_sbindir}/install-info.exe
|
---|
4 |
|
---|
5 | %info_post() \
|
---|
6 | if [ -f %{_infodir}/%1 ]; then # --excludedocs? \
|
---|
7 | %{_sbindir}/install-info.exe %{_infodir}/%1 %{_infodir}/dir || : \
|
---|
8 | fi
|
---|
9 |
|
---|
10 | %info_preun() \
|
---|
11 | if [ $1 = 0 ]; then \
|
---|
12 | if [ -f %{_infodir}/%1 ]; then # --excludedocs? \
|
---|
13 | %{_sbindir}/install-info.exe --delete %{_infodir}/%1 %{_infodir}/dir || : \
|
---|
14 | fi \
|
---|
15 | fi
|
---|
Note:
See
TracBrowser
for help on using the repository browser.