#!/bin/sh

set -e

if [ ! -e /etc/mgetty/new_fax ]; then
        ln -s /usr/lib/mgetty+sendfax/new_fax /etc/mgetty
fi

