From 5e8702bcbbed438e6c6cce023e7ef0cc9baa3e02 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 22 Apr 2018 14:25:03 +0100 Subject: gentoo resync : 22.04.2018 --- media-gfx/uniconvertor/uniconvertor-2.0_pre379-r2.ebuild | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) (limited to 'media-gfx/uniconvertor/uniconvertor-2.0_pre379-r2.ebuild') diff --git a/media-gfx/uniconvertor/uniconvertor-2.0_pre379-r2.ebuild b/media-gfx/uniconvertor/uniconvertor-2.0_pre379-r2.ebuild index 22552436a69b..2a5d72d35690 100644 --- a/media-gfx/uniconvertor/uniconvertor-2.0_pre379-r2.ebuild +++ b/media-gfx/uniconvertor/uniconvertor-2.0_pre379-r2.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 PYTHON_COMPAT=( python2_7 ) -inherit distutils-r1 eutils +inherit distutils-r1 xdg-utils DESCRIPTION="Convert vector graphic file formats like .cdr, .svg, wmf and more." HOMEPAGE="https://sk1project.net/modules.php?name=Products&product=uniconvertor" @@ -61,3 +61,13 @@ python_test() { cd src/unittests || die ${EPYTHON} all_tests.py || die } + +pkg_postinst() { + xdg_mimeinfo_database_update + xdg_desktop_database_update +} + +pkg_postrm() { + xdg_mimeinfo_database_update + xdg_desktop_database_update +} -- cgit v1.2.3