#!/bin/sh
set -e

case "$1" in
  upgrade)
    # Remove the old cron.d run script
    rm -f /etc/cron.d/yandex-direct-binlog-to-yt-sync || :
    ;;
esac

#DEPHELPER#
