#!/bin/sh -e



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