#!/bin/sh

set -e
if [ "$1" = "purge" ]; then
  update-rc.d fwm-sysdaemon remove
fi
exit 0
