plasma-6.5.0

This commit is contained in:
Rmys
2025-10-21 13:52:34 +03:00
parent 81502d8e27
commit 40d6f50d90
7 changed files with 836 additions and 786 deletions
@@ -4,4 +4,8 @@
import os
def postInstall(fromVersion, fromRelease, toVersion, toRelease):
os.system("ln -s /usr/lib/kf6/kdesu /usr/bin/kdesu")
# Eski link'i her zaman sil
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")