#!/bin/sh
# $NetBSD: DEINSTALL,v 1.1 2009/10/02 12:38:44 hasso Exp $

case ${STAGE} in
POST-DEINSTALL)
	if [ -x ${PREFIX}/sbin/update-reader.conf ]; then
		${PREFIX}/sbin/update-reader.conf
	fi
	;;
esac