pmaports/main/postmarketos-mkinitfs/postmarketos-mkinitfs.trigger

6 lines
176 B
Text
Raw Normal View History

#!/bin/sh -e
# only invoke mkinitfs if the deviceinfo exists in the rootfs
{ [ -f /etc/deviceinfo ] || [ -f /usr/share/deviceinfo/deviceinfo ]; } && /usr/sbin/mkinitfs
exit 0