#!/bin/sh
set -e

if [ "$1" = "configure" ] ; then
    if [ -x /usr/sbin/ispell-autobuildhash ]; then
	ispell-autobuildhash
    fi
fi



exit 0
