aboutsummaryrefslogtreecommitdiff
path: root/DEBIAN/postrm
blob: 2c475d87b5051104de3c74cb5e9d09e00ec33703 (plain)
1
2
3
4
#!/bin/sh

# whether removing an updated package or just removing it entirely, this is a good idea:
systemctl daemon-reload 1>/dev/null 2>&1
bgstack15