kde-cli-tools version bump and check
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
#!/usr/bin/python
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
import os
|
||||
|
||||
def postInstall(fromVersion, fromRelease, toVersion, toRelease):
|
||||
os.system("ln -s /usr/lib/kf5/kdesu /usr/bin/kdesu")
|
||||
Reference in New Issue
Block a user