63180e3a24
- bump PORTREVISION accordingly PR: ports/164341 Submitted by: jgh@ Approved by: maintainer timeout ( 51 days ) Feature safe: yes
5 lines
78 B
Bash
5 lines
78 B
Bash
#!/bin/sh
|
|
|
|
if [ "$2" = "DEINSTALL" ]; then
|
|
/usr/sbin/kldxref %%KMODDIR%%
|
|
fi
|