From 0606ffb1a481116053ec688dd9af2151a4b5eeea Mon Sep 17 00:00:00 2001 From: Kevin Adams Date: Fri, 15 May 2026 15:10:45 -0400 Subject: [PATCH] Fix shellcheck SC2034: remove unused REST_CLIENT_PATH variable in postrm REST_CLIENT_PATH was defined but never referenced. REST/Client.pm is owned by librest-client-perl and is intentionally not removed by our postrm (documented in the comment above remove_plugin_files). Remove the dead variable. Co-Authored-By: Claude Sonnet 4.6 --- packaging/DEBIAN/postrm | 1 - 1 file changed, 1 deletion(-) diff --git a/packaging/DEBIAN/postrm b/packaging/DEBIAN/postrm index 7e4151c..f48c9d2 100644 --- a/packaging/DEBIAN/postrm +++ b/packaging/DEBIAN/postrm @@ -10,7 +10,6 @@ ZFSPLUGIN_PATH="/perl5/PVE/Storage/ZFSPlugin.pm" PVEMANAGER_PATH="/pve-manager/js/pvemanagerlib.js" APIDOC_PATH="/pve-docs/api-viewer/apidoc.js" FREENAS_PM_PATH="/perl5/PVE/Storage/LunCmd/FreeNAS.pm" -REST_CLIENT_PATH="/perl5/REST/Client.pm" INSTALL_DIR="/usr/share/freenas-proxmox" log() {