Skip to content

Commit

Permalink
media-sound/drumstick: fdo-mime->xdg-utils
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.28, Repoman-2.3.9
  • Loading branch information
hanetzer authored and SoapGentoo committed Apr 20, 2018
1 parent 99771dc commit 854212a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions media-sound/drumstick/drumstick-1.1.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

EAPI=6

inherit cmake-utils fdo-mime gnome2-utils
inherit cmake-utils gnome2-utils xdg-utils

DESCRIPTION="Qt/C++ wrapper for ALSA sequencer"
HOMEPAGE="http://drumstick.sourceforge.net/"
Expand Down Expand Up @@ -82,13 +82,13 @@ pkg_preinst() {
}

pkg_postinst() {
fdo-mime_desktop_database_update
fdo-mime_mime_database_update
xdg_desktop_database_update
xdg_mimeinfo_database_update
gnome2_icon_cache_update
}

pkg_postrm() {
fdo-mime_desktop_database_update
fdo-mime_mime_database_update
xdg_desktop_database_update
xdg_mimeinfo_database_update
gnome2_icon_cache_update
}

0 comments on commit 854212a

Please sign in to comment.