diff options
Diffstat (limited to 'media-video/ttcut/ttcut-0.19.6-r3.ebuild')
-rw-r--r-- | media-video/ttcut/ttcut-0.19.6-r3.ebuild | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/media-video/ttcut/ttcut-0.19.6-r3.ebuild b/media-video/ttcut/ttcut-0.19.6-r3.ebuild index eb616e31f60e..92c521d798e1 100644 --- a/media-video/ttcut/ttcut-0.19.6-r3.ebuild +++ b/media-video/ttcut/ttcut-0.19.6-r3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/ttcut/ttcut-0.19.6-r3.ebuild,v 1.4 2012/03/10 08:36:07 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/ttcut/ttcut-0.19.6-r3.ebuild,v 1.5 2013/02/02 16:47:42 billie Exp $ EAPI=4 inherit eutils fdo-mime qt4-r2 @@ -39,11 +39,3 @@ src_install() { dodoc AUTHORS BUGS CHANGELOG README.* TODO } - -pkg_postinst() { - fdo-mime_desktop_database_update -} - -pkg_postrm() { - fdo-mime_desktop_database_update -} |