Remove sed dependency from xorg-xinit hook
This commit is contained in:
parent
eb5f209529
commit
382cd00759
|
@ -8,6 +8,5 @@ Target = xorg-xinit
|
||||||
Description = Add instructions for startx
|
Description = Add instructions for startx
|
||||||
When = PostTransaction
|
When = PostTransaction
|
||||||
Depends = xorg-xinit
|
Depends = xorg-xinit
|
||||||
Depends = sed
|
|
||||||
Depends = sh
|
Depends = sh
|
||||||
Exec = /bin/sh -c "echo -e \\nTo start GUI, type startx.\\n >> /etc/motd"
|
Exec = /bin/sh -c "echo -e \\nTo start GUI, type startx.\\n >> /etc/motd"
|
||||||
|
|
Loading…
Reference in New Issue