summaryrefslogtreecommitdiff
path: root/pm/sleep.d/99video
diff options
context:
space:
mode:
authorVictor Lowther <victor.lowther@gmail.com>2008-02-02 12:21:46 -0600
committerVictor Lowther <victor.lowther@gmail.com>2008-02-02 12:21:46 -0600
commited60581bb7ff249ae9cf509c5937929af1f85c47 (patch)
tree5c0a86007ae498d5fb9fe94ec93544040da278de /pm/sleep.d/99video
parent7b30515881b033ed2d1e4e11f3c8b3bc5e205683 (diff)
Modified hooks to source $PM_FUNCTIONS instead of /usr/lib/pm-utils/functions
Diffstat (limited to 'pm/sleep.d/99video')
-rwxr-xr-xpm/sleep.d/99video2
1 files changed, 1 insertions, 1 deletions
diff --git a/pm/sleep.d/99video b/pm/sleep.d/99video
index 5a850ec..4bfdf83 100755
--- a/pm/sleep.d/99video
+++ b/pm/sleep.d/99video
@@ -7,7 +7,7 @@
# it under the terms of version 2 of the GNU General Public License as
# published by the Free Software Foundation.
-. /usr/lib/pm-utils/functions
+. "${PM_FUNCTIONS}"
reset_brightness() {
for bl in /sys/class/backlight/* ; do