Files
main/desktop/font/fontconfig/comar/package.py
T
2015-06-19 13:37:07 +03:00

7 lines
191 B
Python

#!/usr/bin/python
import os
def postInstall(fromVersion, fromRelease, toVersion, toRelease):
os.spawnle(os.P_WAIT, "/usr/bin/fc-cache", "/usr/bin/fc-cache", "-r", { "HOME": "/root/" })