#!/bin/sh

dpkg-query -W -f '${Status} ${Package} ${Version}\n' \
  | sed -n 's/^install ok installed //p' \
	>/opt/vyatta/etc/deb-versions.txt
