freebsd-ports/sysutils/graid5/files/pkg-deinstall.in
Jason Helfman 63180e3a24 - drop unknown post-deinstall target and move into SUB_FILES
- bump PORTREVISION accordingly

PR:     ports/164341
Submitted by:   jgh@
Approved by:    maintainer timeout ( 51 days )
Feature safe:   yes
2012-03-12 05:17:42 +00:00

5 lines
78 B
Bash

#!/bin/sh
if [ "$2" = "DEINSTALL" ]; then
/usr/sbin/kldxref %%KMODDIR%%
fi