Files
2025-01-24 23:25:35 +03:00

7 lines
143 B
Python
Executable File

#!/usr/bin/python
import os
def postInstall(fromVersion, fromRelease, toVersion, toRelease):
os.system("/usr/bin/build-docbook-catalog")