#!/bin/sh
#
# $NetBSD$

case ${STAGE} in
DEINSTALL)
	${RM} -f ${PREFIX}/libdata/pango/pango.modules
	;;
esac
