projects
/
packages
/
pinfo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6079215
)
- invoke fix-info-dir via /sbin/postshell where possible to avoid extra /bin/sh dep
auto/ti/pinfo-0_6_9-2
author
Elan Ruusamäe
<glen@pld-linux.org>
Thu, 24 Jan 2008 01:36:34 +0000
(
01:36
+0000)
committer
cvs2git
<feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000
(12:13 +0000)
Changed files:
pinfo.spec -> 1.71
pinfo.spec
patch
|
blob
|
blame
|
history
diff --git
a/pinfo.spec
b/pinfo.spec
index 6b07b8ca12eb09d39a387a73ea39f3bdcfb972a0..a77b94a70814a117bd9b9613398179e61f794ff8 100644
(file)
--- a/
pinfo.spec
+++ b/
pinfo.spec
@@
-89,11
+89,11
@@
install %{SOURCE2} $RPM_BUILD_ROOT/etc/shrc.d/%{name}.csh
%clean
rm -rf $RPM_BUILD_ROOT
-%post
-[ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir %{_infodir} >/dev/null 2>&1
+%post
-p /sbin/postshell
+-/usr/sbin/fix-info-dir -c %{_infodir}
-%postun
-[ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir %{_infodir} >/dev/null 2>&1
+%postun
-p /sbin/postshell
+-/usr/sbin/fix-info-dir -c %{_infodir}
%files -f %{name}.lang
%defattr(644,root,root,755)
This page took
0.104582 seconds
and
4
git commands to generate.