#!/bin/sh

set -e

if [ "$1" = "purge" ]; then
	rm -f /etc/emacspeak.conf
fi

# dh_installdeb will replace this with shell code automatically
# generated by other debhelper scripts.

#DEBHELPER#

exit 0
   
