Simplified setup fixture for pmset/_command_exists

pull/1080/head
Nils Winkler 2017-10-19 07:34:58 +02:00
parent c221648a7f
commit 28c41efcbc
1 changed files with 0 additions and 6 deletions

View File

@ -10,12 +10,6 @@ load ../../plugins/available/battery.plugin
function setup_command_exists_pmset {
function _command_exists {
case "$1" in
"upower")
false
;;
"acpi")
false
;;
"pmset")
true
;;