package.py 186 B

12345678
  1. #!/usr/bin/env python
  2. # -*- coding: utf-8 -*-
  3. import os
  4. def postInstall(fromVersion, fromRelease, toVersion, toRelease):
  5. os.system("/usr/bin/update-mime-database /usr/share/mime")