File: detect-stub.sh

package info (click to toggle)
hw-detect 1.171
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie, trixie-proposed-updates, trixie-updates
  • size: 1,628 kB
  • sloc: sh: 1,532; makefile: 98; ansic: 39
file content (4 lines) | stat: -rwxr-xr-x 116 bytes parent folder | download | duplicates (12)
1
2
3
4
#! /bin/sh
# No-op hardware detection stub, used on architectures where hardware
# detection is unavailable.
exit 0