]> git.ipfire.org Git - thirdparty/plymouth.git/commitdiff
set-default-theme: exit 0 at bottom of file
authorRay Strode <rstrode@redhat.com>
Wed, 29 Sep 2010 17:25:22 +0000 (13:25 -0400)
committerRay Strode <rstrode@redhat.com>
Wed, 29 Sep 2010 17:25:22 +0000 (13:25 -0400)
This is so that if there is no --rebuild-initrd it still
exits successfully.

scripts/plymouth-set-default-theme.in

index d9b0f016c6207ecf52661b2b29964b3b4eec375f..40e5f9fab18802ec581fb46b7b97b0e147f59c28 100755 (executable)
@@ -193,4 +193,4 @@ sed -i -e '/^Theme[[:blank:]]*=.*/d' ${PLYMOUTH_CONFDIR}/plymouthd.conf
 sed -i -e "s/^\([[]Daemon[]]\)\n*/\1\nTheme=${THEME_NAME}/" ${PLYMOUTH_CONFDIR}/plymouthd.conf
 
 [ $DO_INITRD_REBUILD -ne 0 ] && (${PLYMOUTH_LIBEXECDIR}/plymouth/plymouth-update-initrd)
-
+exit 0