byobu/debian/source_byobu.py
2019-05-04 16:57:13 +02:00

13 lines
339 B
Python

'''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*'])