summaryrefslogtreecommitdiff
path: root/media-sound/qjackctl/qjackctl-9999.ebuild
diff options
context:
space:
mode:
authorAlex Xu (Hello71) <alex_y_xu@yahoo.ca>2020-08-21 08:58:59 -0400
committerAlex Xu (Hello71) <alex_y_xu@yahoo.ca>2020-08-21 08:58:59 -0400
commite3ec57733d297c0c48bf6fd142e9928965e02706 (patch)
tree4d452579e51926ad922058db2bed5563678011dd /media-sound/qjackctl/qjackctl-9999.ebuild
parente386003636dd08be2c8f9868942580f6c0172843 (diff)
downloadgentoo-overlay-e3ec57733d297c0c48bf6fd142e9928965e02706.tar.xz
gentoo-overlay-e3ec57733d297c0c48bf6fd142e9928965e02706.zip
media-sound/qjackctl: sync
Diffstat (limited to 'media-sound/qjackctl/qjackctl-9999.ebuild')
-rw-r--r--media-sound/qjackctl/qjackctl-9999.ebuild10
1 files changed, 1 insertions, 9 deletions
diff --git a/media-sound/qjackctl/qjackctl-9999.ebuild b/media-sound/qjackctl/qjackctl-9999.ebuild
index 3131466..d21d952 100644
--- a/media-sound/qjackctl/qjackctl-9999.ebuild
+++ b/media-sound/qjackctl/qjackctl-9999.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-inherit flag-o-matic qmake-utils autotools git-r3 xdg-utils
+inherit flag-o-matic qmake-utils autotools git-r3 xdg
DESCRIPTION="Qt GUI to control the JACK Audio Connection Kit and ALSA sequencer connections"
HOMEPAGE="https://qjackctl.sourceforge.io/"
@@ -55,11 +55,3 @@ src_install() {
gunzip "${D}/usr/share/man/man1/qjackctl.fr.1.gz" || die
gunzip "${D}/usr/share/man/man1/qjackctl.1.gz" || die
}
-
-pkg_postinst() {
- xdg_icon_cache_update
-}
-
-pkg_postrm() {
- xdg_icon_cache_update
-}