8 lines
184 B
Python
8 lines
184 B
Python
#!/usr/bin/python
|
|
# -*- coding: utf-8 -*-
|
|
|
|
import os
|
|
|
|
def postInstall(fromVersion, fromRelease, toVersion, toRelease):
|
|
os.system("/usr/bin/tic /usr/share/terminfo/r/rxvt-unicode")
|