kde5.framewoks part 2 // Tier1

This commit is contained in:
Ertuğrul Erata
2015-07-24 15:22:34 +03:00
parent a6b734df58
commit ddfeb0ee60
22 changed files with 904 additions and 89 deletions
@@ -0,0 +1,7 @@
#!/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")