Files
server/usr/share/apport/package-hooks/source_fontconfig.py
2026-01-07 20:52:11 +01:00

6 lines
162 B
Python

import os, apport.packaging, apport.hookutils
def add_info(report):
apport.hookutils.attach_file_if_exists(report, '/var/log/fontconfig.log', 'FontConfigLog')