8 lines
177 B
Python
Executable File
8 lines
177 B
Python
Executable File
#!/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")
|