#! /bin/sh

set -e

if [ "$1" = configure ]; then
    /usr/bin/afick_preinstall.pl -c /etc/afick.conf
fi

exit 0
