diff --git a/lib/desktop.sh b/lib/desktop.sh index 065df2654a..910cc39c09 100644 --- a/lib/desktop.sh +++ b/lib/desktop.sh @@ -87,7 +87,7 @@ create_desktop_package () # using different icon pack. Workaround due to this bug https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=867779 if [[ ${RELEASE} == bionic || ${RELEASE} == stretch || ${RELEASE} == buster || ${RELEASE} == disco ]]; then - sed -i 's//g' \ + sed -i 's//g' \ $destination/etc/skel/.config/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml fi