From a58790778229c39c2dcc514d3f7f175355891635 Mon Sep 17 00:00:00 2001 From: ajstrongdev <90976178+ajstrongdev@users.noreply.github.com> Date: Wed, 11 Dec 2024 00:06:55 +0000 Subject: [PATCH] Update xfce4-dynamic-workspaces-plugin-git.pacscript --- .../xfce4-dynamic-workspaces-plugin-git.pacscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/xfce4-dynamic-workspaces-plugin-git/xfce4-dynamic-workspaces-plugin-git.pacscript b/packages/xfce4-dynamic-workspaces-plugin-git/xfce4-dynamic-workspaces-plugin-git.pacscript index a94a0d3118..d0b58ff3b0 100644 --- a/packages/xfce4-dynamic-workspaces-plugin-git/xfce4-dynamic-workspaces-plugin-git.pacscript +++ b/packages/xfce4-dynamic-workspaces-plugin-git/xfce4-dynamic-workspaces-plugin-git.pacscript @@ -27,7 +27,7 @@ Hidden=false" | tee "${pkgdir}/etc/skel/.config/autostart/dynamic_workspaces.des post_install() { mkdir -p "${homedir}/.config/autostart" if ! [[ -f "${homedir}/.config/autostart/dynamic_workspaces.desktop" ]]; then - sudo ln -sf "/etc/skel/.config/autostart/dynamic_workspaces.desktop" "${homedir}/.config/autostart/dynamic_workspaces.desktop" + sudo cp -sf "/etc/skel/.config/autostart/dynamic_workspaces.desktop" "${homedir}/.config/autostart/dynamic_workspaces.desktop" fi }