Files
main/desktop/misc/shared-mime-info/comar/package.py
T
2015-07-24 15:22:34 +03:00

8 lines
229 B
Python

#!/usr/bin/python
import os
# Update global mime databases, mime database format may change (0.70)
def postInstall(fromVersion, fromRelease, toVersion, toRelease):
os.system("/usr/bin/update-mime-database /usr/share/mime")