/usr/share/apport/package-hooks/printer-driver-cups-pdf.py is in printer-driver-cups-pdf 2.6.1-21.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | # coding: utf-8
'''Apport package hook for cups-pdf
COPYRIGHT © 2003-2011 Martin-Éric Racine <martin-eric.racine@iki.fi>
LICENSE
This package is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 2 of the License or (at
your option) any later version.
'''
from apport.hookutils import *
def add_info(report):
attach_printing(report)
|