#!/bin/sh

# Exit if package was removed but not purged.
test -x /usr/sbin/masqmail || exit 0

if [ -f /tmp/connect_route ]; then
    rm -f /tmp/connect_route
fi
