-Ajout repertoire fcron.d pour stocker les crontab
[hvlinux.git] / stage3 / pkg / pciutils
index a63b8ac..d34ae77 100644 (file)
@@ -12,3 +12,8 @@ hvbuild()
     # Some packages require the PCI static library:
     make PREFIX=/usr install-lib
 }
+
+hvbuild_post()
+{
+    install -m644 ${SCRDIR}/misc/update-pciids /etc/fcron/fcron.d
+}