Commit 210eb054 authored by Federico Vaga's avatar Federico Vaga

bld: run depmod after kmod package (un)install

Signed-off-by: Federico Vaga's avatarFederico Vaga <federico.vaga@cern.ch>
parent 220422de
......@@ -93,6 +93,12 @@ Summary: Simple PCIe Carrier (SPEC) Kmod
%description kmod
The SPEC kmod
%post kmod
/usr/sbin/depmod -a
%postun kmod
/usr/sbin/depmod -a
%files kmod
%license LICENSES/GPL-3.0-or-later.txt
/lib/modules/%{kver}/extra/cern/%{name}/*.ko
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment