[neon/neon/calamares-settings/Neon/unstable] oem-prepare/calamares/oem-prepare/prepare-system: typo on the removal path

Carlos De Maine null at kde.org
Thu Feb 19 03:05:55 GMT 2026


Git commit c9a2ffb5dff6442b57480ca506693b0027a1d55a by Carlos De Maine.
Committed on 19/02/2026 at 02:12.
Pushed by carlosdem into branch 'Neon/unstable'.

typo on the removal path

M  +1    -1    oem-prepare/calamares/oem-prepare/prepare-system/oem-cleanup

https://invent.kde.org/neon/neon/calamares-settings/-/commit/c9a2ffb5dff6442b57480ca506693b0027a1d55a

diff --git a/oem-prepare/calamares/oem-prepare/prepare-system/oem-cleanup b/oem-prepare/calamares/oem-prepare/prepare-system/oem-cleanup
index f9dfab9..cdcce3b 100755
--- a/oem-prepare/calamares/oem-prepare/prepare-system/oem-cleanup
+++ b/oem-prepare/calamares/oem-prepare/prepare-system/oem-cleanup
@@ -13,7 +13,7 @@ pkill -u oem || true
 userdel --force --remove oem || true
 
 rm -f /etc/polkit-1/localauthority/10-vendor.d/10-calamares-oem-config.pkla
-rm -f /T/etc/polkit-1/localauthority/50-local.d/99-oem-nopasswd.pkla
+rm -f /etc/polkit-1/localauthority/50-local.d/99-oem-nopasswd.pkla
 
 # This was already done by the undo module but since we'll now remove
 # oem-config we had better be certain this was called, otherwise the use



More information about the Neon-commits mailing list