Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 360161
Collapse All | Expand All

(-)/usr/portage/net-misc/unison/unison-2.27.57-r1.ebuild (+7 lines)
Lines 77-82 Link Here
77
		dodoc "${DISTDIR}/${P}-manual.pdf" || die
77
		dodoc "${DISTDIR}/${P}-manual.pdf" || die
78
	fi
78
	fi
79
	use ocamlopt || export STRIP_MASK="*/bin/*"
79
	use ocamlopt || export STRIP_MASK="*/bin/*"
80
	if use gtk; then
81
		insinto /usr/share/applications
82
		doins "${FILESDIR}/${PN}-gtk.desktop"
83
		insinto /usr/share/pixmaps
84
		doins "${FILESDIR}/${PN}-gtk.svg"
85
		doins "${FILESDIR}/${PN}-gtk.xpm"
86
	fi
80
}
87
}
81
88
82
pkg_postinst() {
89
pkg_postinst() {

Return to bug 360161