diff options
author | Jory A. Pratt <anarchy@gentoo.org> | 2016-09-05 14:22:05 -0500 |
---|---|---|
committer | Jory A. Pratt <anarchy@gentoo.org> | 2016-09-05 14:22:05 -0500 |
commit | 693dcaf811534386684162086d4cf69283c56685 (patch) | |
tree | 70deea8d7b3ea91066db61dfd8789ab7d10c89eb /mail-client | |
parent | mail-client/thunderbird: Install icons into hicolor theme (diff) | |
download | gentoo-693dcaf811534386684162086d4cf69283c56685.tar.gz gentoo-693dcaf811534386684162086d4cf69283c56685.tar.bz2 gentoo-693dcaf811534386684162086d4cf69283c56685.zip |
mail-client/thunderbird : Fix whitespace issues
Diffstat (limited to 'mail-client')
-rw-r--r-- | mail-client/thunderbird/thunderbird-45.3.0-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail-client/thunderbird/thunderbird-45.3.0-r1.ebuild b/mail-client/thunderbird/thunderbird-45.3.0-r1.ebuild index 6c529cb713e4..9e100f0bc42c 100644 --- a/mail-client/thunderbird/thunderbird-45.3.0-r1.ebuild +++ b/mail-client/thunderbird/thunderbird-45.3.0-r1.ebuild @@ -283,12 +283,12 @@ src_install() { if ! use bindist; then icon_path="${S}/other-licenses/branding/thunderbird" icon="${PN}-icon" - + domenu "${FILESDIR}"/icon/${PN}.desktop else icon_path="${S}/mail/branding/aurora" icon="${PN}-icon-unbranded" - + newmenu "${FILESDIR}"/icon/${PN}-unbranded.desktop \ ${PN}.desktop @@ -360,7 +360,7 @@ pkg_preinst() { pkg_postinst() { fdo-mime_desktop_database_update gnome2_icon_cache_update - + if use crypt; then local peimpl=$(eselect --brief --colour=no pinentry show) case "${peimpl}" in |