postInstall.py 135 B

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