diff options
author | V3n3RiX <venerix@rogentos.ro> | 2016-11-12 10:22:13 +0000 |
---|---|---|
committer | V3n3RiX <venerix@rogentos.ro> | 2016-11-12 10:22:13 +0000 |
commit | 54c27c73bd2e76fe72d6915ece8db00ec0237ca8 (patch) | |
tree | 7778b112931dd762b0f3041cd198c4f131fd2b0e /x11-themes | |
parent | e3fecf7df0c3a253ad8888a16a54a169365ecdd0 (diff) |
drop redundant eclass, fix logo, revbump
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/redcore-artwork-core/Manifest | 2 | ||||
-rw-r--r-- | x11-themes/redcore-artwork-core/redcore-artwork-core-1.0-r2.ebuild (renamed from x11-themes/redcore-artwork-core/redcore-artwork-core-1.0-r1.ebuild) | 10 |
2 files changed, 2 insertions, 10 deletions
diff --git a/x11-themes/redcore-artwork-core/Manifest b/x11-themes/redcore-artwork-core/Manifest index 027ee918..327dc734 100644 --- a/x11-themes/redcore-artwork-core/Manifest +++ b/x11-themes/redcore-artwork-core/Manifest @@ -1 +1 @@ -DIST redcore-artwork-core-1.0.tar.xz 18888424 SHA256 e3e2563be9d0aac7918a92744a5f39a8c8a1c341b883c43b7c0ab66052c9851c SHA512 73696d68e994774d331c5f02b8d68f93586291878ce2e55f386244c9bee9407f992f3e2c7fa2bc8e14c2c956d190125210dff2d29fcdf551124afe90abef60f6 WHIRLPOOL f887fbc5b3e757a027816654140ae502207af186f180c80609261d8fb078a4ba3eb8ea8acf80feb36341264cb122543bffd20df70131cdfb89132e1fcb6d5dfb +DIST redcore-artwork-core-1.0.tar.xz 18891464 SHA256 5b4ef3fedc3ba44d58e07292b647e1de4954749d96c4ce45adbf8dbb94a93768 SHA512 c8e74d3d3f1ad5adc0eeb90ea0678aceb9b2b19747a5f9e79d0602cbd4ad993b7b7ea1e22392cc4ca8b31366be5a1f83a271525315ef4eaa7f7b46029441047a WHIRLPOOL 27ef774e2e9bcb4ef46e00960e14e264bca7825a0a4cf0f7165f9ca063a744c5c32fe5575548c8bae9a2cc2792447a583172ca0fd05546f52e58fc14bac129d9 diff --git a/x11-themes/redcore-artwork-core/redcore-artwork-core-1.0-r1.ebuild b/x11-themes/redcore-artwork-core/redcore-artwork-core-1.0-r2.ebuild index fe2d4936..291fa461 100644 --- a/x11-themes/redcore-artwork-core/redcore-artwork-core-1.0-r1.ebuild +++ b/x11-themes/redcore-artwork-core/redcore-artwork-core-1.0-r2.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=4 -inherit eutils mount-boot +inherit eutils DESCRIPTION="Offical Redcore Linux Core Artwork" HOMEPAGE="http://redcorelinux.org" @@ -41,11 +41,3 @@ src_install() { insinto /usr/share/cursors/xorg-x11 dosym RezoBlue /usr/share/cursors/xorg-x11/default || "RezoBlue not found" #set default xcursor } - -pkg_postinst() { - # mount boot first - mount-boot_mount_boot_partition - - einfo "Please report bugs or glitches to" - einfo "V3n3RiX" -} |