Your IP : 18.188.185.167


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

#!/bin/sh
set -e

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



exit 0