#!/bin/sh
TARGET_OS=linux
TARGET_ARCH=x86_64
case "$*" in
*libflashplayer*)
	export GDK_NATIVE_WINDOWS=1
	;;
esac
. /usr/lib64/nspluginwrapper/npviewer.sh
