mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-08 20:43:38 +02:00
pentoo-system: update motd
This commit is contained in:
parent
883e3ce773
commit
225db0cd8a
2 changed files with 2 additions and 2 deletions
|
|
@ -26,7 +26,7 @@ Welcome to Pentoo powered by Gentoo linux...
|
|||
* [1;31;37m You can run "makemo category/package" to add a new package [1;31;30m*
|
||||
* [1;31;37m which will be available now and after reboot. [1;31;30m*
|
||||
* *
|
||||
* [1;31;37m Pentoo Bug Tracker https://code.google.com/p/pentoo/issues/list [1;31;30m*
|
||||
* [1;31;37m Pentoo Bug Tracker https://github.com/pentoo/pentoo-overlay/issues [1;31;30m*
|
||||
* [1;31;37m Update using "pentoo-updater" command. [1;31;30m*
|
||||
* *
|
||||
* [1;31;37m Type startx to launch XFCE window manager [1;31;30m*
|
||||
|
|
@ -141,7 +141,7 @@ src_install() {
|
|||
insinto /etc
|
||||
echo "Pentoo Release ${PV}" > pentoo-release
|
||||
doins pentoo-release
|
||||
newins "${FILESDIR}"/motd-2015.1 motd
|
||||
newins "${FILESDIR}"/motd-2015.4 motd
|
||||
|
||||
dodir /etc/env.d
|
||||
use kde && echo 'XSESSION="KDE-4"' > "${ED}"/etc/env.d/90xsession
|
||||
Loading…
Reference in a new issue