kde-cli-tools version bump and check

This commit is contained in:
groni
2015-07-01 16:16:56 +02:00
parent a99186eb8b
commit ce1d33f707
3 changed files with 107 additions and 0 deletions
@@ -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")