freebsd-ports/archivers/linux_rar/scripts/pre-extract
FUJISHIMA Satsuki 23c3d0a151 o update to 2.80.
o show message to activate linuxulator to make extract.
2001-03-09 19:50:11 +00:00

9 lines
158 B
Bash

#!/bin/sh
if kldstat -v | grep -q linuxelf; then exit; fi
cat <<_E_O_F_
This port requires linux emulator activated before extract distfile.
_E_O_F_
exit 1