mirror of
https://github.com/void-linux/void-packages.git
synced 2025-10-16 07:25:12 +02:00
7 lines
113 B
Bash
Executable file
7 lines
113 B
Bash
Executable file
#!/bin/sh
|
|
#
|
|
# consistency_check.sh
|
|
|
|
[ "$ACTION" = "consistency-check" ] || exit 0
|
|
|
|
./xbps-src consistency-check
|