Files
main/office/misc/djvu/comar/package.py
T
4fury-c3440d8 7d92297d06 djvulibre.
2022-11-11 13:51:57 +03:00

8 lines
186 B
Python

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