diff --git a/busybox.yaml b/busybox.yaml index 9fa44d28dfa..0ff3bbe971d 100644 --- a/busybox.yaml +++ b/busybox.yaml @@ -1,7 +1,7 @@ package: name: busybox version: 1.36.1 - epoch: 1 + epoch: 2 description: "swiss-army knife for embedded systems" copyright: - license: GPL-2.0-only @@ -97,6 +97,16 @@ subpackages: mkdir -p "${{targets.subpkgdir}}"/etc/busybox-paths.d ./busybox --list-path > "${{targets.subpkgdir}}"/etc/busybox-paths.d/busybox-full + scriptlets: + trigger: + paths: + - /bin + - /sbin + - /usr/bin + - /usr/sbin + script: | + #!/bin/busybox sh + /bin/busybox --install -s update: enabled: true