diff options
author | BlackNoxis <steven.darklight@gmail.com> | 2014-12-09 01:33:00 +0200 |
---|---|---|
committer | BlackNoxis <steven.darklight@gmail.com> | 2014-12-09 01:33:00 +0200 |
commit | 7713703b9ebbce7595cfa36d1224238acc966e60 (patch) | |
tree | d86d1a591512054eadeb195b9610beeb3d91fc11 | |
parent | 18fc001a30d2d966db1c17d2114aef41c08c650e (diff) |
Someone forgot exactly what we need most: Plymouth Kogaion theme
-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" } |