mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-08 20:43:38 +02:00
pentoo-core: don't need the startx info in motd anymore
This commit is contained in:
parent
9c3436d119
commit
9a9ecaf92a
2 changed files with 1 additions and 3 deletions
|
|
@ -13,7 +13,5 @@
|
|||
* Pentoo Bug Tracker: https://github.com/pentoo/pentoo-overlay/issues *
|
||||
* Update using "sudo pentoo-updater" command. *
|
||||
* *
|
||||
* Type "startx" to launch XFCE window manager. *
|
||||
* *
|
||||
*****************************************************************************
|
||||
|
||||
|
|
@ -103,7 +103,7 @@ src_install() {
|
|||
insinto /etc
|
||||
echo "Pentoo Release ${PV}" > pentoo-release
|
||||
doins pentoo-release
|
||||
newins "${FILESDIR}"/motd-2020.3 motd
|
||||
newins "${FILESDIR}"/motd-2020.3-r1 motd
|
||||
newins "${FILESDIR}"/issue.pentoo.logo issue.pentoo.logo
|
||||
|
||||
#/usr/share/pentoo
|
||||
Loading…
Reference in a new issue