We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70f242e commit 27c9440Copy full SHA for 27c9440
airootfs/usr/local/bin/tl-finalisation
@@ -14,5 +14,7 @@ rm -vf /etc/polkit-1/rules.d/49-nopasswd_global.rules
14
rm -vf /root/{.automated_script.sh,.zlogin}
15
rm -vf /usr/share/pixmaps/{archlinux-logo.png,archlinux-logo.svg,archlinux-logo-text.png,archlinux-logo-text.svg}
16
17
+# Remove calamares-desktop from Desktop
18
+find / -name "calamares.desktop" -type f -exec rm -f {} \;
19
20
rm /usr/local/bin/{tl-finalisation,livecd-sound,Installation_guide}
0 commit comments