Viewing 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
Back to Directory File Manager