🚀 Sync 2026-06-04 16:57:28

This commit is contained in:
github-actions[bot]
2026-06-04 16:57:28 +08:00
parent 66ed5b881d
commit 3ff5490518
27 changed files with 108 additions and 123 deletions
+14
View File
@@ -0,0 +1,14 @@
#!/bin/sh
# shellcheck shell=busybox
case "$PKG_NAME" in
vsftpd|vsftpd-tls)
exit 0
;;
*)
echo "Untested package: $PKG_NAME" >&2
exit 1
;;
esac