#!/bin/sh
# $NetBSD$

case ${STAGE} in
POST-INSTALL)
	${PREFIX}/sbin/update-reader.conf
	;;
esac
