mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-05 19:11:57 +02:00
genmenu: fix post-installl message
This commit is contained in:
parent
09311169a2
commit
3bd59049e8
2 changed files with 8 additions and 6 deletions
|
|
@ -1,2 +1,2 @@
|
|||
AUX genmenu-term-fix.patch 498 SHA256 4fa4ff68f1b6689989dc3709e9b8f6bb86fcbf6750441356f31c266b8130bfa0 SHA512 f357e3760d094639dcb5bd884db0ffbad4c52216491a1bf40bc23809e76c6f5efb12a37c5870bf373284fd7e72b40cf313cb46c2ebaad89e6373bf846976f405 WHIRLPOOL 01ff9ac2e16ee1d74ac8a5e0b72fabd316ee276dab809ad8ba2b7b44f283bf1d6fdd8f4e3ad64a21fa2059073cade2dd5a3b7fcb3862171b4938f4fa1c48f018
|
||||
EBUILD genmenu-9999.ebuild 920 SHA256 677578593ea8d62bcc610304150ff8787b5258c29c746a4d937e728046477173 SHA512 5db8cfb58ed601c56d587001cfad0a8212158158034e2d4d4337d539712af6b7a662602c60030520af55c34f6d39e36b89275ea677b53fe477134ca98d60b698 WHIRLPOOL 5c0faddad20c60b55530fa3478f7bed9acf47986dbcbda88ca9ab0a5606d0a4499bec78b780b623b9a15fc49fb05be5413266e0817e3da07761319b22a04588a
|
||||
EBUILD genmenu-9999.ebuild 965 SHA256 22f2d26dc6f0be237b522c518ffc14e4abedf9beb3436aeb9fd26178b2e395f0 SHA512 07b8dabebbb9fbea9b334dc4056b9e788fd83b7bb52505c9b95ae55f544b916f90d6f86895e6fd1568dd4f334a12e01cd7b86a7ead95da950e854ec18f0cdf68 WHIRLPOOL a3ed25d01a1235d0179f85ff5d44061b1d2cc3d3e7d8b15f2fb23dd93512ef338e251a0e7a954b4b23fb6e5b3caaa1ed3b843f5e7fb2e0e9b7d991f11f6149a9
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright 1999-2010 Gentoo Foundation
|
||||
# Copyright 1999-2013 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
|
|
@ -27,9 +27,11 @@ src_install() {
|
|||
|
||||
pkg_postinst() {
|
||||
einfo
|
||||
einfo "Run genmenu.py to regenerate the main Pentoo menu for a local user"
|
||||
einfo "See -h for more options"
|
||||
einfo "The genmenu has been updated."
|
||||
einfo "You should run the following command to regenerate the main Pentoo menu for a local user:"
|
||||
einfo "E17: genmenu.py -e"
|
||||
einfo "Xfce: genmenu.py -x"
|
||||
einfo "KDE: genmenu.py -k"
|
||||
einfo
|
||||
einfo "After that you might need to run env-update"
|
||||
einfo "and then restart X.org to reflect changes"
|
||||
einfo "See -h for more options"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue