kde-cli-tools
This commit is contained in:
@@ -4,4 +4,8 @@
|
||||
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")
|
||||
# Yeni link'i oluştur
|
||||
os.system("ln -s /usr/lib/kf6/kdesu /usr/bin/kdesu")
|
||||
|
||||
Reference in New Issue
Block a user