// etcinsvk commit messes up the terminal and hangs waiting for input
// from stdin.  Disabled to avoid it.
//DPkg::Pre-Install-Pkgs { "if [ -x /usr/sbin/etcinsvk ]; then etcinsvk commit < /dev/null || true; fi"; };
//DPkg::Post-Invoke      { "if [ -x /usr/sbin/etcinsvk ]; then etcinsvk commit < /dev/null || true; fi"; };
