diff options
author | Victor Lowther <victor.lowther@gmail.com> | 2008-09-09 21:07:45 -0500 |
---|---|---|
committer | Victor Lowther <victor.lowther@gmail.com> | 2008-09-09 21:07:45 -0500 |
commit | 9197b4173c308bcdcc9b5f8a4f8b95146e634833 (patch) | |
tree | 95a52af35fad5d88e6d3b95652733bc2fca2a0c3 /pm/sleep.d/Makefile.am | |
parent | 6ab65e737b0d70c97cabb4cd795909115cbd7591 (diff) |
Automagically grab quirks from HAL
To use this functionality, run pm(suspend|hibernate|suspend-hybrid) with
--auto-quirks.
Diffstat (limited to 'pm/sleep.d/Makefile.am')
-rw-r--r-- | pm/sleep.d/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pm/sleep.d/Makefile.am b/pm/sleep.d/Makefile.am index a2f31cc..2972d20 100644 --- a/pm/sleep.d/Makefile.am +++ b/pm/sleep.d/Makefile.am @@ -1,6 +1,7 @@ sleepdir = $(libdir)/pm-utils/sleep.d sleep_SCRIPTS = \ + 00auto-quirk \ 00logging \ 00powersave \ 01grub \ |