#!/bin/sh DESC="linux firmware files for qed" DEPS="" package () { mkdir -p $PKG_DEST/usr/lib/firmware cp -r qed $PKG_DEST/usr/lib/firmware/ }