diff options
Diffstat (limited to 'ebuild-writing/functions/pkg_postinst/text.xml')
-rw-r--r-- | ebuild-writing/functions/pkg_postinst/text.xml | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/ebuild-writing/functions/pkg_postinst/text.xml b/ebuild-writing/functions/pkg_postinst/text.xml index 254fcfe..accfc16 100644 --- a/ebuild-writing/functions/pkg_postinst/text.xml +++ b/ebuild-writing/functions/pkg_postinst/text.xml @@ -50,10 +50,9 @@ pkg_postinst() { ewarn "feature if you are upgrading from an older fluxbox!" ewarn " " fi - einfo "If you experience font problems, or if fluxbox takes a very" - einfo "long time to start up, please try the 'disablexmb' USE flag." - einfo "If that fails, please report bugs upstream." - epause + elog "If you experience font problems, or if fluxbox takes a very" + elog "long time to start up, please try the 'disablexmb' USE flag." + elog "If that fails, please report bugs upstream." } </codesample> </body> |