Your IP : 216.73.216.170


Current Path : /var/lib/dpkg/info/
Upload File :
Current File : /var/lib/dpkg/info/ispell.postinst

#!/bin/sh
# $Id: ispell.postinst,v 1.4 2003/07/04 04:00:38 david Exp $
set -e

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