3ba12d9d创建于 2023年12月27日历史提交
#!/bin/sh

set -e

if [ "$1" = "triggered" ]
then
	/usr/sbin/u-boot-update
fi

#DEBHELPER#