package.py 184 B

12345678
  1. #!/usr/bin/python
  2. # -*- coding: utf-8 -*-
  3. import os
  4. def postInstall(fromVersion, fromRelease, toVersion, toRelease):
  5. os.system("/usr/bin/tic /usr/share/terminfo/r/rxvt-unicode")