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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user