#!/bin/sh

set -e
if [ "$1" = "remove" ] && [ -x /etc/init.d/fwm-sysdaemon ]; then
  invoke-rc.d fwm-sysdaemon stop
fi
exit 0
