gentoo: use /var/run for new /run compatibility
[util-vserver.git] / debian / util-vserver-legacy.postrm
1 #!/bin/sh
2
3 if test "$1" = purge; then
4     update-rc.d rebootmgr remove
5     update-rc.d vservers-legacy remove
6     for i in httpd named portmap sendmail smb sshd xinetd gated; do
7        update-rc.d v_$i remove
8     done
9 fi