[Demudi-commits] r665 - bootsplash/trunk/debian

Free Ekanayaka free-guest at costa.debian.org
Tue Feb 7 11:34:47 UTC 2006


Author: free-guest
Date: 2006-02-07 11:34:41 +0000 (Tue, 07 Feb 2006)
New Revision: 665

Modified:
   bootsplash/trunk/debian/bootsplash.config
Log:
Fixed logic

Modified: bootsplash/trunk/debian/bootsplash.config
===================================================================
--- bootsplash/trunk/debian/bootsplash.config	2006-02-07 10:44:28 UTC (rev 664)
+++ bootsplash/trunk/debian/bootsplash.config	2006-02-07 11:34:41 UTC (rev 665)
@@ -35,11 +35,11 @@
 
 # get the new default theme
 db_get shared/bootsplash-theme
-NEW_DEFAULT="$RET"
-if [ -n $RET ]; then
+#NEW_DEFAULT="$RET"
+if [ "$RET" != "" ]; then
 	NEW_DEFAULT=$RET
 else
-	db_set shared/bootsplash $NEW_DEFAULT
+	db_set shared/bootsplash-theme $NEW_DEFAULT
 fi
 
 # locate initrd images and add none and custom to the list




More information about the Demudi-commits mailing list