summaryrefslogtreecommitdiffstats
path: root/kernel_install.d_dkms.in
blob: 35c004b02e9828f7d0f81f1e32a2e391b708f283 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh

if [ "$1" = "add" ]; then
	@KCONFDIR@/postinst.d/dkms "$2"
fi

if [ "$1" = "remove" ]; then
	@KCONFDIR@/prerm.d/dkms "$2"
fi