diff options
author | 2021-02-07 15:21:25 +0100 | |
---|---|---|
committer | 2021-02-07 15:21:41 +0100 | |
commit | de8d5c247b2699a7c713f13557e1cca59915f9b9 (patch) | |
tree | ab1dc1d8bd75a8714aee1d618764e912c18f8747 /media-sound/qsynth/qsynth-9999.ebuild | |
parent | app-admin/terraform: Version bump (v0.14.6) (diff) | |
download | gentoo-de8d5c247b2699a7c713f13557e1cca59915f9b9.tar.gz gentoo-de8d5c247b2699a7c713f13557e1cca59915f9b9.tar.bz2 gentoo-de8d5c247b2699a7c713f13557e1cca59915f9b9.zip |
media-sound/qsynth: bump to 0.9.1, xdg-utils -> xdg, updated live
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
Diffstat (limited to 'media-sound/qsynth/qsynth-9999.ebuild')
-rw-r--r-- | media-sound/qsynth/qsynth-9999.ebuild | 10 |
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 -} |