summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xmake_slackware_live.sh8
1 files changed, 0 insertions, 8 deletions
diff --git a/make_slackware_live.sh b/make_slackware_live.sh
index dd53180..364e03a 100755
--- a/make_slackware_live.sh
+++ b/make_slackware_live.sh
@@ -2117,14 +2117,6 @@ EOT
cp -a ${LIVE_ROOTDIR}/usr/share/applications/qjackctl.desktop \
${LIVE_ROOTDIR}/home/${LIVEUID}/.config/autostart
- # If we added latte-dock then autostart it:
- if [ -f ${LIVE_ROOTDIR}/usr/share/applications/org.kde.latte-dock.desktop ];
- then
- mkdir -p ${LIVE_ROOTDIR}/home/${LIVEUID}/.config/autostart
- cp -a ${LIVE_ROOTDIR}/usr/share/applications/org.kde.latte-dock.desktop \
- ${LIVE_ROOTDIR}/home/${LIVEUID}/.config/autostart
- fi
-
fi # End LIVEDE = DAW
if [ "$LIVEDE" = "STUDIOWARE" ]; then