Path : /proc/3157941/root/usr/share/apport/package-hooks/ |
Current File : //proc/3157941/root/usr/share/apport/package-hooks/source_byobu.py |
'''apport package hook for byobu (c) 2009 Canonical Ltd. Author: Dustin Kirkland <[email protected]> ''' 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*'])