Skip to content

Commit 27c9440

Browse files
authored
Update tl-finalisation to remove calamares-desktop after install
1 parent 70f242e commit 27c9440

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

airootfs/usr/local/bin/tl-finalisation

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +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+
# Remove calamares-desktop from Desktop
18+
find / -name "calamares.desktop" -type f -exec rm -f {} \;
1719

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

0 commit comments

Comments
 (0)