gnupg ver. bump

This commit is contained in:
Rmys
2022-12-06 13:32:54 +03:00
parent c88ea1c12c
commit 1ef96cc545
12 changed files with 579 additions and 14 deletions
+7
View File
@@ -0,0 +1,7 @@
#!/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")