From 576a824a7456562dff779465376199649462cf3f Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Mon, 9 Feb 2015 04:22:58 +0100 Subject: Automatically (un)install the init script. --- debian/postrm | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 debian/postrm (limited to 'debian/postrm') diff --git a/debian/postrm b/debian/postrm new file mode 100755 index 0000000..315cd42 --- /dev/null +++ b/debian/postrm @@ -0,0 +1,5 @@ +#!/bin/sh + +if test "$1" = purge; then + update-rc.d util-vserver-netns remove +fi -- cgit v1.2.3-1-g7c22