We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fde3f56 commit 4edaeadCopy full SHA for 4edaead
scriptmodules/supplementary/gamecondriver.sh
@@ -16,12 +16,7 @@ rp_module_section="driver"
16
rp_module_flags="!all rpi"
17
18
function depends_gamecondriver() {
19
- # remove any old kernel headers for current kernel
20
- local kernel_ver="$(uname -r)"
21
- if hasPackage linux-headers-"${kernel_ver}" "${kernel_ver}-2" "eq"; then
22
- aptRemove "linux-headers-${kernel_ver}"
23
- fi
24
- getDepends dkms raspberrypi-kernel-headers
+ getDepends dkms LINUX-HEADERS
25
}
26
27
function _gamecon_version() {
0 commit comments