#!/bin/sh

if [ "$2" = "POST-DEINSTALL" ]; then
	if find "/usr/local/lib/quake4" -type f | head -1 | grep -q ''; then
		echo "Note: /usr/local/lib/quake4 not empty -- not deleted!"
	fi
fi
