diff options
author | Victor Lowther <victor.lowther@gmail.com> | 2009-11-30 17:46:26 -0600 |
---|---|---|
committer | Victor Lowther <victor.lowther@gmail.com> | 2009-11-30 17:46:26 -0600 |
commit | 591d9757685ae95795dbdc9fb3958325c2fab962 (patch) | |
tree | e7e67052f124f0cd431bd3c8ca08c714cf3501d6 /pm/sleep.d/Makefile.am | |
parent | ea9c198040f9b70f474ef8297e227e70f56aa505 (diff) |
Oops, forgot up update Makefile.am
Diffstat (limited to 'pm/sleep.d/Makefile.am')
-rw-r--r-- | pm/sleep.d/Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/pm/sleep.d/Makefile.am b/pm/sleep.d/Makefile.am index b367a17..03e17a5 100644 --- a/pm/sleep.d/Makefile.am +++ b/pm/sleep.d/Makefile.am @@ -1,7 +1,6 @@ sleepdir = $(libdir)/pm-utils/sleep.d sleep_SCRIPTS = \ - 00auto-quirk \ 00logging \ 00powersave \ 01grub \ @@ -11,7 +10,7 @@ sleep_SCRIPTS = \ 90clock \ 94cpufreq \ 95led \ - 98smart-kernel-video \ + 98-video-quirk-db-handler \ 99video EXTRA_DIST=$(sleep_SCRIPTS) |