aboutsummaryrefslogtreecommitdiff
path: root/projects/libreboot-release
diff options
context:
space:
mode:
authorAndrew Robbins <contact@andrewrobbins.info>2019-02-21 22:20:20 -0500
committerAndrew Robbins <contact@andrewrobbins.info>2019-02-21 22:20:20 -0500
commitf68a397ef3cb48cc3a6aec5c656a1f25cac4868d (patch)
tree3339052782eea5b52ae5ed5d7ae1b015440a9679 /projects/libreboot-release
parent742e56b7a71d8977c0f20770fde3a42fb1a88e44 (diff)
downloadlibrebootfr-f68a397ef3cb48cc3a6aec5c656a1f25cac4868d.tar.gz
librebootfr-f68a397ef3cb48cc3a6aec5c656a1f25cac4868d.zip
Add usage() action to projects lacking it
Diffstat (limited to 'projects/libreboot-release')
-rwxr-xr-xprojects/libreboot-release/libreboot-release4
1 files changed, 4 insertions, 0 deletions
diff --git a/projects/libreboot-release/libreboot-release b/projects/libreboot-release/libreboot-release
index ed9604e1..2051ad14 100755
--- a/projects/libreboot-release/libreboot-release
+++ b/projects/libreboot-release/libreboot-release
@@ -15,6 +15,10 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
+usage() {
+ project_usage_actions "$project"
+}
+
install() {
local install_path=$(project_install_path "$project" "$@")