From: jow Date: Thu, 7 May 2009 13:38:28 +0000 (+0000) Subject: [pcituils] Fix post-installation error X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=8aad1348483f47ee29c4db5375429d41da2e54a5;p=packages.git [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 git-svn-id: svn://svn.openwrt.org/openwrt/packages@15675 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/utils/pciutils/Makefile b/utils/pciutils/Makefile index 37c7aaed1..8cba97305 100644 --- a/utils/pciutils/Makefile +++ b/utils/pciutils/Makefile @@ -33,6 +33,7 @@ endef define Package/pciutils/postinst #!/bin/sh $${IPKG_INSTROOT}/usr/sbin/update-pciids.sh +exit 0 endef MAKE_FLAGS += \