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

8 lines
202 B
Python

#!/usr/bin/python
import os
def postInstall(fromVersion, fromRelease, toVersion, toRelease):
os.system("/bin/chmod u+s,go-r /usr/bin/gpg2")
os.system("/bin/chmod u+s,go-r /usr/bin/gpg-agent")