]> git.pld-linux.org Git - packages/glibc.git/commitdiff
- %post{,un} for glibc64 on amd64
authorJacek Konieczny <jajcus@pld-linux.org>
Thu, 18 Dec 2003 22:45:32 +0000 (22:45 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    glibc.spec -> 1.386

glibc.spec

index 47326c927dd3ee60ccd04e4627f16f5b7e2689f9..1aa51ad549c40bebbeaed096d72e23c3fac8d4d6 100644 (file)
@@ -970,11 +970,19 @@ rm -rf $RPM_BUILD_ROOT
 # when %%postun is run
 
 %ifnarch sparc64
+%ifarch amd64
+%post  -n %{name}64 -p /%{_lib}/postshell
+%else
 %post  -p /%{_lib}/postshell
+%endif
 /%{_lib}/ldconfig
 -/sbin/telinit u
 
-%postun -p /%{_lib}/postshell
+%ifarch amd64
+%postun        -n %{name}64 -p /%{_lib}/postshell
+%else
+%postun        -p /%{_lib}/postshell
+%endif
 /%{_lib}/ldconfig
 -/sbin/telinit u
 
This page took 0.034704 seconds and 4 git commands to generate.