rtl8821CU/debian/rtl8821-module-_KVERS_.postinst.modules.in
2020-12-22 15:00:45 +01:00

8 lines
81 B
Bash

#!/bin/sh -e
if [ "`uname -r`" = _KVERS_ ] ; then
depmod -a &
fi
#DEBHELPER#