mirror of
https://github.com/void-linux/void-packages.git
synced 2025-10-06 10:35:13 +02:00
3 lines
80 B
Bash
Executable file
3 lines
80 B
Bash
Executable file
#!/bin/sh
|
|
# no devices found, disable smartd
|
|
[ $1 = 17 ] && sv d $(dirname $0)
|