From 460641370114eb380c10d9b6bed34ed2c9b4735e Mon Sep 17 00:00:00 2001 From: ficus Date: Mon, 24 Sep 2012 17:06:24 +0200 Subject: proper debian packaging and init.d script --- debian/torouterui.postrm | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 debian/torouterui.postrm (limited to 'debian/torouterui.postrm') diff --git a/debian/torouterui.postrm b/debian/torouterui.postrm new file mode 100644 index 0000000..c758975 --- /dev/null +++ b/debian/torouterui.postrm @@ -0,0 +1,3 @@ +if [ "$1" = "purge" ] ; then + update-rc.d torouterui remove >/dev/null +fi -- cgit v1.2.3