#!/bin/sh
echo "Wine is not supported on this platform ($(uname -m))." >&2
echo "This is a stub package to satisfy dependencies." >&2
exit 1
