From 357a5725bf3878cf6f99346967bb6e10efcd2ad4 Mon Sep 17 00:00:00 2001 From: John D Pell Date: Tue, 8 Feb 2022 16:45:16 -0800 Subject: [PATCH] lib/battery: add stub file - Avoid an error for users who had the battery plugin enabled. --- plugins/available/battery.plugin.bash | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 plugins/available/battery.plugin.bash diff --git a/plugins/available/battery.plugin.bash b/plugins/available/battery.plugin.bash new file mode 100644 index 00000000..1663cfea --- /dev/null +++ b/plugins/available/battery.plugin.bash @@ -0,0 +1,4 @@ +# shellcheck shell=bash +# stub for renamed file + +_disable-plugin battery