#!/usr/bin/sh

if [ -f /etc/sysconfig/hylafax ]; then
  . /etc/sysconfig/hylafax
fi

/usr/sbin/faxqclean $FAXQCLEAN_OPTIONS

exit 0
