[pcituils] Fix post-installation error

This patch fixes an issue where installation of pciutils fails if pci IDs
cannot be downloaded (e.g. when there isn't any internet access)

Signed-off-by: Vasilis Tsiligiannis <b_tsiligiannis@silverton.gr>


git-svn-id: svn://svn.openwrt.org/openwrt/packages@15675 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
jow 2009-05-07 13:38:28 +00:00
parent 6cf4f5488e
commit 8aad134848

View File

@ -33,6 +33,7 @@ endef
define Package/pciutils/postinst
#!/bin/sh
$${IPKG_INSTROOT}/usr/sbin/update-pciids.sh
exit 0
endef
MAKE_FLAGS += \