summarylogtreecommitdiffstats
path: root/sbctl-initcpio-post-hook
blob: 4a3c330b7dfec8866e21042df2e7e240eddc0e92 (plain)
1
2
3
4
5
6
7
#! /bin/sh

if [ -n "$3" ]; then
  exec /usr/bin/sbctl sign "$3"
fi

echo "Only UKI files can be signed by sbctl."