package.py 202 B

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