commit: 7f6b1ec502a0e232b880bcae1769af0ae15374e8
Author: Andrey Grozin <grozin <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 18 08:52:37 2020 +0000
Commit: Andrey Grozin <grozin <AT> gentoo <DOT> org>
CommitDate: Tue Aug 18 08:53:01 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f6b1ec5
app-text/fb2edit: ebuild improvements
Package-Manager: Portage-3.0.3, Repoman-2.3.23
Signed-off-by: Andrey Grozin <grozin <AT> gentoo.org>
app-text/fb2edit/fb2edit-0.1.0.ebuild | 12 ------------
1 file changed, 12 deletions(-)
diff --git a/app-text/fb2edit/fb2edit-0.1.0.ebuild
b/app-text/fb2edit/fb2edit-0.1.0.ebuild
index 626eeab69e4..1586fc5e407 100644
--- a/app-text/fb2edit/fb2edit-0.1.0.ebuild
+++ b/app-text/fb2edit/fb2edit-0.1.0.ebuild
@@ -24,15 +24,3 @@ BDEPEND="${RDEPEND}
src_prepare () {
cmake_src_prepare
}
-
-pkg_preinst () {
- xdg_pkg_preinst
-}
-
-pkg_postinst () {
- xdg_pkg_postinst
-}
-
-pkg_postrm () {
- xdg_pkg_postrm
-}