1
0
forked from pool/kernel-source

GIT Revision: 6c33ac4c17512344a51413a39060e307da80c2a8

OBS-URL: https://build.opensuse.org/package/show/Kernel:HEAD/kernel-source?expand=0&rev=7137
This commit is contained in:
Michal Marek
2011-10-05 05:01:45 +00:00
committed by Git OBS Bridge
parent eb21664016
commit ad364baade
86 changed files with 535980 additions and 0 deletions

4
preun.sh Normal file
View File

@@ -0,0 +1,4 @@
if [ @BASE_PACKAGE@ = 0 ]; then
nvr=@SUBPACKAGE@-@RPM_VERSION_RELEASE@
rpm -ql $nvr | grep '\.ko$' > /var/run/rpm-$nvr-modules
fi