summaryrefslogtreecommitdiff
path: root/media-sound/frescobaldi/frescobaldi-3.1.1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'media-sound/frescobaldi/frescobaldi-3.1.1.ebuild')
-rw-r--r--media-sound/frescobaldi/frescobaldi-3.1.1.ebuild16
1 files changed, 3 insertions, 13 deletions
diff --git a/media-sound/frescobaldi/frescobaldi-3.1.1.ebuild b/media-sound/frescobaldi/frescobaldi-3.1.1.ebuild
index 10bc77b443d7..a446e22e0a73 100644
--- a/media-sound/frescobaldi/frescobaldi-3.1.1.ebuild
+++ b/media-sound/frescobaldi/frescobaldi-3.1.1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{7,8} )
-inherit distutils-r1 xdg-utils
+PYTHON_COMPAT=( python3_{7..9} )
+inherit distutils-r1 xdg
DESCRIPTION="A LilyPond sheet music text editor"
HOMEPAGE="https://www.frescobaldi.org/"
@@ -29,13 +29,3 @@ python_prepare_all() {
rm -r frescobaldi_app/icons/Tango || die "failed to remove tango icon theme"
distutils-r1_python_prepare_all
}
-
-pkg_postinst() {
- xdg_icon_cache_update
- xdg_desktop_database_update
-}
-
-pkg_postrm() {
- xdg_icon_cache_update
- xdg_desktop_database_update
-}