1 2 3 4 5 6 7
#!/bin/sh if [ "$PKG_NAME" = "nss" ]; then # nss package does not build any binaries that emit a version, so # override the version check and indicate success exit 0 fi