#!/bin/sh

# Debian postrm script for Kannel.

set -e

if [ purge = "$1" ]; then
    update-rc.d kannel remove >/dev/null
fi
