#!/bin/sh
[ -z "${IPKG_INSTROOT}" ] || (cd ${IPKG_INSTROOT}/usr/share; ${PKG_ROOT}/usr/sbin/update-usbids.sh ; rm usb.ids.gz.old)
exit 0
