summaryrefslogtreecommitdiffstats
path: root/debian/postrm
blob: 315cd42fc98dbc036731542c18a8c8c0c0335e0e (plain)
1
2
3
4
5
#!/bin/sh

if test "$1" = purge; then
    update-rc.d util-vserver-netns remove
fi