summaryrefslogtreecommitdiff
path: root/debian/vyatta-cfg.postrm.in
blob: cc015945c706d23334fd01c44b9fac564b8b2abb (plain)
1
2
3
4
5
#!/bin/bash -e

if [ "$1" = "purge" ]; then
  systemctl disable vyos-router.service >/dev/null || exit $?
fi