From bc51df3f10de191e16bfb5087c5ac59189282819 Mon Sep 17 00:00:00 2001 From: clsty Date: Sun, 4 May 2025 23:15:57 +0800 Subject: [PATCH] Also remove rsync glib-2.0 --- scriptdata/installers | 3 --- 1 file changed, 3 deletions(-) diff --git a/scriptdata/installers b/scriptdata/installers index 6a04e1ac2..842ca9375 100644 --- a/scriptdata/installers +++ b/scriptdata/installers @@ -130,9 +130,6 @@ install-python-packages (){ x source $(eval echo $ILLOGICAL_IMPULSE_VIRTUAL_ENV)/bin/activate x uv pip install -r scriptdata/requirements.txt x deactivate # We don't need the virtual environment anymore - for i in "glib-2.0"; do - x rsync -av "$ILLOGICAL_IMPULSE_VIRTUAL_ENV"/share/$i/ "$XDG_DATA_HOME"/$i/ - done } # Only for Arch(based) distro.