#!/bin/sh
set -e

case "$1" in
  remove|deconfigure|failed-pugrade)
    update-service --remove /etc/sv/binlog-to-yt-sync
    ;;
esac

#DEBHELPER#
