]> git.pld-linux.org Git - packages/bcm5700.git/commitdiff
- added %post/%postun for smp
authormarcus <marcus@pld-linux.org>
Sun, 27 Jan 2002 09:47:46 +0000 (09:47 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bcm5700.spec -> 1.2

bcm5700.spec

index fb81c4a7259f99629fe4d7bbd385122f01036a89..f1dab545b28bdaa3a5a6b3e87cfb4f852db8c2d2 100644 (file)
@@ -79,6 +79,12 @@ rm -rf $RPM_BUILD_ROOT
 %postun
 /sbin/depmod -a
 
+%post -n kernel-smp-net-%{_orig_name}
+/sbin/depmod -a
+
+%postun -n kernel-smp-net-%{_orig_name}
+/sbin/depmod -a
+
 %files
 %defattr(644,root,root,755)
 %doc *.gz
This page took 0.082059 seconds and 4 git commands to generate.