mirror of
https://github.com/wessel-novacustom/clevo-keyboard.git
synced 2024-11-15 03:34:01 +01:00
parent
40d964fa1c
commit
5ba78bacad
|
@ -68,6 +68,7 @@ for POSTINST in /usr/lib/dkms/common.postinst /usr/share/%{module}/postinst; do
|
|||
if [ -f $POSTINST ]; then
|
||||
$POSTINST %{module} %{version} /usr/share/%{module}
|
||||
RET=$?
|
||||
rmmod %{module} > /dev/null 2>&1 || true
|
||||
modprobe %{module} > /dev/null 2>&1 || true
|
||||
|
||||
# Install default config if none exist already
|
||||
|
|
Loading…
Reference in a new issue