You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
rtl8821CU/debian/rtl8821-module-_KVERS_.post...

8 lines
81 B
Bash

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