mirror of
https://src.opensuse.org/kernelbugs/kernel-source.git
synced 2026-01-31 20:58:57 +01:00
5 lines
138 B
Bash
5 lines
138 B
Bash
|
|
if [ @BASE_PACKAGE@ = 0 ]; then
|
||
|
|
nvr=@SUBPACKAGE@-@RPM_VERSION_RELEASE@
|
||
|
|
rpm -ql $nvr | grep '\.ko$' > /var/run/rpm-$nvr-modules
|
||
|
|
fi
|