From 9c04f3d77a812f648842c72e70f17acfdd08c6b6 Mon Sep 17 00:00:00 2001 From: An-Cheng Huang Date: Thu, 18 Oct 2007 14:21:55 -0700 Subject: add dependency and postinst --- debian/vyatta-cfg-system.postinst.in | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 debian/vyatta-cfg-system.postinst.in (limited to 'debian/vyatta-cfg-system.postinst.in') diff --git a/debian/vyatta-cfg-system.postinst.in b/debian/vyatta-cfg-system.postinst.in new file mode 100644 index 00000000..39c4e4d1 --- /dev/null +++ b/debian/vyatta-cfg-system.postinst.in @@ -0,0 +1,8 @@ +#!/bin/bash + +prefix=@prefix@ +sysconfdir=@sysconfdir@ + +# remove init of daemons that we manage +update-rc.d -f ntp remove >/dev/null + -- cgit v1.2.3