#!/bin/sh set -e case "$1" in remove|upgrade) if systemctl is-active sour.is-paste.service; then systemctl stop sour.is-paste.service fi ;; esac exit 0