summaryrefslogtreecommitdiff
path: root/media-sound/qsynth/qsynth-9999.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'media-sound/qsynth/qsynth-9999.ebuild')
-rw-r--r--media-sound/qsynth/qsynth-9999.ebuild10
1 files changed, 1 insertions, 9 deletions
diff --git a/media-sound/qsynth/qsynth-9999.ebuild b/media-sound/qsynth/qsynth-9999.ebuild
index b0cfa6dfb05c..f2e790dc5a2b 100644
--- a/media-sound/qsynth/qsynth-9999.ebuild
+++ b/media-sound/qsynth/qsynth-9999.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-inherit cmake desktop qmake-utils xdg-utils
+inherit cmake desktop qmake-utils xdg
DESCRIPTION="Qt application to control FluidSynth"
HOMEPAGE="https://qsynth.sourceforge.io/"
@@ -67,11 +67,3 @@ src_install() {
make_desktop_entry "${cmd}" Qsynth qsynth
}
-
-pkg_postinst() {
- xdg_icon_cache_update
-}
-
-pkg_postrm() {
- xdg_icon_cache_update
-}