citrix-workspace: remove stale wfica.sh launcher

hinst writes an FHS wfica.sh launcher even on non-root installs; it
hardcodes /opt/Citrix paths and carries none of the wrapper environment,
so it is dead weight in the store.
This commit is contained in:
Austin Horstman
2026-07-14 15:00:22 -05:00
parent d809929f11
commit 7454e52680
@@ -332,6 +332,9 @@ stdenv.mkDerivation rec {
# the tarball still contains the legacy WebKitGTK 4.0 bundle.
rm -rf "$ICAInstDir/Webkit2gtk4.0"
# FHS launcher hinst generates even for non-root installs; it hardcodes
# store paths without any of the wrapper environment.
rm -f "$ICAInstDir/wfica.sh"
if [ -f "$ICAInstDir/util/setlog" ]; then
chmod +x "$ICAInstDir/util/setlog"
ln -sf "$ICAInstDir/util/setlog" "$out/bin/citrix-setlog"