---
 pm/sleep.d/00clear |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/pm/sleep.d/00clear b/pm/sleep.d/00clear
index b6260bd..976fc21 100755
--- a/pm/sleep.d/00clear
+++ b/pm/sleep.d/00clear
@@ -2,14 +2,10 @@
 
 . "${PM_FUNCTIONS}"
 
-RETVAL=0
 case "$1" in
        hibernate|suspend)
                TERM=linux openvt -w -s -f -c 63 -- clear >/dev/null 2>&1
-               RETVAL=$?
                ;;
        *)
                ;;
 esac
-
-exit $RETVAL
-- 
1.5.3.8

_______________________________________________
Pm-utils mailing list
Pm-utils@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/pm-utils

Reply via email to