Files
main/util/crypt/pinentry/comar/postInstall.py
T
2015-08-21 10:26:26 +03:00

5 lines
135 B
Python

import os
def postInstall(fromVersion, fromRelease, toVersion, toRelease):
os.system("/bin/chmod 4755 /usr/kde/3.5/bin/pinentry")