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