6 lines
162 B
Python
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')
|
|
|