Move Mercurial from stage 3 to 5 (Python dependency)
[hvlinux.git] / stage3 / pkg / usbutils
index c20f9b0..e98ab51 100644 (file)
@@ -1,20 +1,6 @@
 #!/bin/bash
 
-hvconfig_pre()
-{
-    CONFIGURE_OPTS="\
-        ${CONFIGURE_OPTS} \
-        --disable-zlib"
-}
-
 hvbuild_post()
 {
-    install -v -m755 update-usbids.sh /usr/sbin/update-usbids
-
-    # Addition to /etc/fcron/fcrontab
-    #string_add "# Run update-usbids every day" /etc/fcron/fcrontab
-    #string_add "&mail(false) * 3 * * * /usr/sbin/update-usbids" /etc/fcron/fcrontab
-
-    # Update database
-    /usr/sbin/update-usbids
+    install -v -m644 ${SCRDIR}/misc/update-usbids /etc/fcron/fcron.d
 }