#!/bin/sh
#
# sync dpkg’s available database with apt’s database
#
test -x /usr/sbin/sync-available && /usr/sbin/sync-available > /dev/null

exit 0
