kde-cli-tools

This commit is contained in:
Rmys
2025-10-14 08:46:39 +03:00
committed by GitHub
parent a76ea0ca5c
commit 27dfbe029d
@@ -5,7 +5,7 @@ import os
def postInstall(fromVersion, fromRelease, toVersion, toRelease):
# Eski link'i her zaman sil
if os.path.exists("/usr/bin/kdesu"):
os.remove("/usr/bin/kdesu")
# if os.path.exists("/usr/bin/kdesu"):
# os.remove("/usr/bin/kdesu")
# Yeni link'i oluştur
os.symlink("/usr/lib/kf6/kdesu", "/usr/bin/kdesu")