aboutsummaryrefslogtreecommitdiff
path: root/packages/debian/prerm
blob: ed637e29cc1c85896c2b087b2f53444005f0cf7e (plain)
1
2
3
4
5
#!/bin/sh

if [ "$1" = "remove" -o "$1" = "purge" ]; then
    systemctl stop ndpisrvd.service
fi