#!/bin/sh
# postinst script for fontsnaps-1.0

set -e

if [ -f /usr/local/bin/adjfontsize ] ; then
	rm -f /usr/local/bin/adjfontsize
fi

exit 0
