summaryrefslogtreecommitdiff
path: root/archivers/linux_rar/scripts/pre-extract
blob: 11d27d6cb07c5633fbc5ed3c1c3d27ef1ca408be (plain) (blame)
1
2
3
4
5
6
7
8
#!/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