#!/bin/sh
# Create a database  of the packages file

# run dpkg-make-index on installation

LOG=/var/log/dpkg-iasearch.log

echo Building the index of packages in the background.
date > $LOG
echo Building the index of packages in the background. >>$LOG
/usr/bin/dpkg-make-index  2>&1 >>$LOG &


#DEBHELPER#
