#!/bin/sh
set -e

case "$1" in
    remove|deconfigure)
        systemctl disable --now strongswan || true
        ;;
esac

#DEBHELPER#
