AlaK4X
Linux lhjmq-records 5.15.0-118-generic #128-Ubuntu SMP Fri Jul 5 09:28:59 UTC 2024 x86_64



Your IP : 18.116.24.238


Current Path : /usr/share/apport/package-hooks/
Upload File :
Current File : //usr/share/apport/package-hooks/source_byobu.py

'''apport package hook for byobu

(c) 2009 Canonical Ltd.
Author: Dustin Kirkland <kirkland@byobu.org>
'''

from apport.hookutils import *
from os import path

def add_info(report):
    attach_related_packages(report, ['byobu*', 'screen*'])
    report['Binaries'] = command_output(['sh', '-c', 'ls -alF /usr/bin/screen* /usr/bin/byobu*'])