diff options
Diffstat (limited to 'media-video/handbrake/handbrake-0.10.5.ebuild')
-rw-r--r-- | media-video/handbrake/handbrake-0.10.5.ebuild | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/media-video/handbrake/handbrake-0.10.5.ebuild b/media-video/handbrake/handbrake-0.10.5.ebuild index 55cc45dde3bd..fb77b015a986 100644 --- a/media-video/handbrake/handbrake-0.10.5.ebuild +++ b/media-video/handbrake/handbrake-0.10.5.ebuild @@ -98,9 +98,6 @@ src_prepare() { default - # Get rid of libav specific code when using ffmpeg - use libav || eapply -R "${FILESDIR}/${PN}-0.10.3-nolibav.patch" - cd "${S}/gtk" # Don't run autogen.sh. sed -i '/autogen.sh/d' module.rules || die "Removing autogen.sh call failed" @@ -143,16 +140,14 @@ pkg_postinst() { einfo "" einfo "For the GTK+ version of HandBrake, you can run \`ghb\`." fi + + gnome2_icon_cache_update } pkg_preinst() { gnome2_icon_savelist } -pkg_postinst() { - gnome2_icon_cache_update -} - pkg_postrm() { gnome2_icon_cache_update } |