diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/source_ayatana-indicator-power.py | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/debian/source_ayatana-indicator-power.py b/debian/source_ayatana-indicator-power.py deleted file mode 100644 index 3d9b6c6..0000000 --- a/debian/source_ayatana-indicator-power.py +++ /dev/null @@ -1,12 +0,0 @@ -'''apport package hook for ayatana-indicator-power - -(c) 2011 Canonical Ltd. -Author: Ken VanDine <ken.vandine@ubuntu.com> -''' - -from apport.hookutils import * -from os import path - -def add_info(report): - report['UPowerDump'] = command_output(['upower', '-d']) - return report |