#!/bin/sh

if [ -L /usr/doc/memstat ]; then
	echo "removing link /usr/doc/memstat"
	rm -f /usr/doc/memstat
fi
