View | Details | Raw Unified
Collapse All | Expand All

(-) /usr/portage/kde-misc/krusader/krusader-1.70.1.ebuild (-19 / +29 lines)
 Lines 27-51    Link Here 
pkg_postinst() {
pkg_postinst() {
	echo
	echo
	elog "Krusader can use various external applications, including:"
	elog "Krusader can use some external applications, including:"
	elog "- KMail	 (kde-base/kdepim)"
	elog
	elog "- Kompare (kde-base/kdesdk)"
	elog "Tools"
	elog "- KDiff3	 (kde-misc/kdiff3)"
	elog "- eject   (sys-apps/eject)"
	elog "- XXdiff	 (dev-util/xxdiff)"
	elog "- locate  (sys-apps/slocate)"
	elog "- KRename (kde-misc/krename)"
	elog "- kdiff3  (kde-misc/kdiff3)"
	elog "- Eject	 (virtual/eject)"
	elog "- kompare (kde-base/kompare)"
	elog ""
	elog "- xxdiff  (dev-util/xxdiff)"
	elog "It supports also quite a few archive formats, including:"
	elog "- krename (kde-misc/krename)"
	elog "- app-arch/arj"
	elog "- kmail   (kde-base/kmail)"
	elog "- app-arch/unarj"
	elog "- kget    (kde-base/kget)"
	elog "- app-arch/rar"
	elog "- kdesu   (kde-base/kdesu)"
	elog "- app-arch/zip"
	elog
	elog "- app-arch/unzip"
	elog "Packers"
	elog "- app-arch/unace"
	elog "- arj     (app-arch/arj)"
	echo
	elog "- unarj   (app-arch/unarj)"
	ewarn "IMPORTANT: Please remove your ~/.kde/share/apps/krusader/krusaderui.rc file"
	elog "- rar     (app-arch/rar)"
	ewarn "after installation!!! (Else you won't see new menu entries. But please note:"
	elog "- unrar   (app-arch/unrar)"
	ewarn "This will also reset all your changes on toolbars and shortcuts!)"
	elog "- zip     (app-arch/zip)"
	elog "- unzip   (app-arch/unzip)"
	elog "- unace   (app-arch/unace)"
	elog "- lha     (app-arch/lha)"
	elog "- rpm     (app-arch/rpm)"
	elog "- dpkg    (app-arch/dpkg)"
	elog "- 7zip    (app-arch/p7zip)"
	elog
	elog "Checksum Tools"
	elog "- cfv     (app-arch/cfv)"
	elog "- md5deep (app-crypt/md5deep)"
	echo
	echo
}
}