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

(-)hplip-2.8.6b.ebuild (-1 / +4 lines)
Lines 139-145 Link Here
139
	rm -f "${D}"/etc/sane.d/dll.conf
139
	rm -f "${D}"/etc/sane.d/dll.conf
140
140
141
	# bug 106035
141
	# bug 106035
142
	use qt3 || use qt4 || rm -Rf "${D}"/usr/share/applications
142
	use qt3 || use qt4 || {
143
		rm -Rf "${D}"/usr/share/applications "${D}"/etc/xdg/autostart
144
		rm "${D}"/etc/xdg/autostart/hplip-systray.desktop
145
	}
143
146
144
	use minimal && rm -rf "${D}"/usr/lib
147
	use minimal && rm -rf "${D}"/usr/lib
145
}
148
}

Return to bug 259763