postremove.sh

1#!/bin/sh
2set -e
3
4systemctl stop soft.service
5systemctl disable soft.service
6systemctl daemon-reload