mirror of
https://git.freebsd.org/ports.git
synced 2025-07-06 03:49:14 -04:00
- 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
|