Skip to content

Commit ca53e71

Browse files
authored
Merge pull request #104 from tcet-opensource/102-fix-calamares_desktop
102 fix calamares desktop
2 parents 69d9e11 + 27c9440 commit ca53e71

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

airootfs/usr/local/bin/tl-finalisation

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ rm -vf /etc/polkit-1/rules.d/49-nopasswd_global.rules
1414
rm -vf /root/{.automated_script.sh,.zlogin}
1515
rm -vf /usr/share/pixmaps/{archlinux-logo.png,archlinux-logo.svg,archlinux-logo-text.png,archlinux-logo-text.svg}
1616

17-
rm -rf /etc/skel/Desktop
17+
# Remove calamares-desktop from Desktop
1818
find / -name "calamares.desktop" -type f -exec rm -f {} \;
1919

20-
2120
rm /usr/local/bin/{tl-finalisation,livecd-sound,Installation_guide}

0 commit comments

Comments
 (0)