mirror of
https://github.com/brektrou/rtl8821CU.git
synced 2026-03-22 07:28:26 +08:00
8 lines
81 B
Bash
8 lines
81 B
Bash
#!/bin/sh -e
|
|
|
|
if [ "`uname -r`" = _KVERS_ ] ; then
|
|
depmod -a &
|
|
fi
|
|
|
|
#DEBHELPER#
|