#!/bin/bash hvbuild() { # The path to the firmware file need to be /usr/share/iscan (hardcoded # in iscan utilities) install -dv -m 755 /usr/share/iscan install -v -m 644 usr/share/iscan/* /usr/share/iscan cp -a usr/lib64/iscan/* /usr/lib }