commit: 205badc11fe29bc12ee3a206ff25f83d874c3b3f
Author: Samuel Bauer <samuel.bauer <AT> yahoo <DOT> fr>
AuthorDate: Wed Apr 14 08:23:24 2021 +0000
Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Wed Apr 14 08:24:31 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=205badc1
media-sound/lmms: Remove redundant calls to xdg_pkg_* functions
Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
media-sound/lmms/lmms-9999.ebuild | 12 ------------
1 file changed, 12 deletions(-)
diff --git a/media-sound/lmms/lmms-9999.ebuild
b/media-sound/lmms/lmms-9999.ebuild
index a09420e7e36..2650aa8061a 100644
--- a/media-sound/lmms/lmms-9999.ebuild
+++ b/media-sound/lmms/lmms-9999.ebuild
@@ -93,15 +93,3 @@ src_configure() {
)
cmake_src_configure
}
-
-pkg_preinst() {
- xdg_pkg_preinst
-}
-
-pkg_postinst() {
- xdg_pkg_postinst
-}
-
-pkg_postrm() {
- xdg_pkg_postrm
-}