diff options
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/kogaion-artwork-core/kogaion-artwork-core-2.1.ebuild | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/x11-themes/kogaion-artwork-core/kogaion-artwork-core-2.1.ebuild b/x11-themes/kogaion-artwork-core/kogaion-artwork-core-2.1.ebuild index 5e47956e..5e4f495d 100644 --- a/x11-themes/kogaion-artwork-core/kogaion-artwork-core-2.1.ebuild +++ b/x11-themes/kogaion-artwork-core/kogaion-artwork-core-2.1.ebuild @@ -46,6 +46,12 @@ src_install() { doins "${S}"/background/*.png doins "${S}"/background/*.jpg + # Plymouth theme + insinto /usr/share/plymouth + doins bizcom.png + doins -r themes/kogaion + + insinto /usr/share/cursors/xorg-x11 dosym RezoBlue /usr/share/cursors/xorg-x11/default || "RezoBlue not found" } |