check for plymouth-set-default-theme not plymouth-set-default-plugin

master
Harald Hoyer 2009-05-20 12:33:11 +02:00
parent 84ffb877fd
commit 6cfef0c638
1 changed files with 1 additions and 1 deletions

View File

@ -1,2 +1,2 @@
#!/bin/bash
[[ -x /sbin/plymouthd && -x /bin/plymouth && -x /usr/sbin/plymouth-set-default-plugin ]]
[[ -x /sbin/plymouthd && -x /bin/plymouth && -x /usr/sbin/plymouth-set-default-theme ]]