From 50d1882580511e6bb8a8ca6a11d95df9d873c1e6 Mon Sep 17 00:00:00 2001 From: Stefan Fiedler Date: Mon, 27 Mar 2006 09:24:28 +0000 Subject: [PATCH] Stefan Fiedler: applied increment of [2006032520043030871] (fixes the $desktopauto mechanism) git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@7366 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- misc/desktop/parse-config | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/misc/desktop/parse-config b/misc/desktop/parse-config index be5fcbeab..4e607e04c 100644 --- a/misc/desktop/parse-config +++ b/misc/desktop/parse-config @@ -21,7 +21,7 @@ # # --- ROCK-COPYRIGHT-NOTE-END --- -[ $desktopauto = 1 ] || continue +if [ $desktopauto = 1 ] ; then postflist_desktop_rock2desktop() { @@ -124,3 +124,4 @@ postflist_desktop() { hook_add postflist 5 postflist_desktop +fi