package.py 204 B

12345678
  1. #!/usr/bin/python
  2. import os
  3. def postInstall(fromVersion, fromRelease, toVersion, toRelease):
  4. os.system("/bin/chmod 722 /home/ftp/incoming")
  5. os.system("/bin/chown ftp:ftp /home/ftp/incoming -R")