Your IP : 3.145.135.237


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

#!/bin/sh -e



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