diff options
Diffstat (limited to 'make_slackware_live.sh')
-rwxr-xr-x | make_slackware_live.sh | 8 |
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 |