#!/bin/sh

set -e

PKG='tuxedo-calamares-configuration'

if [ "$1" = remove ] || [ "$1" = deconfigure ]; then
  dpkg-divert --remove --package $PKG --rename /usr/bin/calamares
fi

#DEBHELPER#

exit 0
