diff options
Diffstat (limited to 'www/opera/files')
-rw-r--r-- | www/opera/files/operapluginwrapper | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/www/opera/files/operapluginwrapper b/www/opera/files/operapluginwrapper new file mode 100644 index 000000000000..20fc5d1c16ea --- /dev/null +++ b/www/opera/files/operapluginwrapper @@ -0,0 +1,7 @@ +#!/bin/sh + +if [ brandelf $3 | grep "FreeBSD" ]; then + exec $0.freebsd $@ +else + exec $0.linux $@ +fi |