Your IP : 216.73.216.81


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

#!/bin/sh
set -e

SCRIPT="ispell-autobuildhash"

if [ "$1" = "configure" ] ; then
  ! which "$SCRIPT" > /dev/null 2>&1 || "$SCRIPT"
fi



exit 0