#!/bin/sh

if ! apk info -eq gst-plugins-ugly; then
	cat >&2 <<-EOF
	* If you want to record MP4, run: apk add kooha-mp4.
	EOF
fi

exit 0
