#!/bin/sh
if ! pkg_info -e xpm-3.4e; then
	echo > /dev/tty
	echo "Warning:  xpm package is not installed.  You should install the xpm-3.4e" > /dev/tty
	echo "package as well before attempting to use this fvwm distribution." > /dev/tty
	echo > /dev/tty
fi
exit 0
