#! /bin/sh
# preinst script for canolad
#
# see: dh_installdeb(1)

echo "Stopping canolad"
su -c "/usr/bin/canolad stop" - user
exit 0
