6 lines
78 B
Text
6 lines
78 B
Text
|
#!/bin/sh
|
||
|
|
||
|
if [ "$2" = "DEINSTALL" ]; then
|
||
|
/usr/sbin/kldxref %%KMODDIR%%
|
||
|
fi
|