diff options
Diffstat (limited to 'debian/vyatta-cfg-system.postinst.in')
-rw-r--r-- | debian/vyatta-cfg-system.postinst.in | 8 |
1 files changed, 8 insertions, 0 deletions
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 + |