commit:     fca99336183c639b9e4ba63f7b338b4fad38b223
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 25 14:35:44 2017 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Dec 25 15:19:57 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fca99336

app-office/scribus: fix eclass function names

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 app-office/scribus/scribus-9999.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-office/scribus/scribus-9999.ebuild 
b/app-office/scribus/scribus-9999.ebuild
index af1d918410c..dd9134e3f94 100644
--- a/app-office/scribus/scribus-9999.ebuild
+++ b/app-office/scribus/scribus-9999.ebuild
@@ -202,13 +202,13 @@ pkg_preinst() {
 }
 
 pkg_postinst() {
-       fdo-xdg_desktop_database_update
+       xdg_desktop_database_update
        xdg_mimeinfo_database_update
        gnome2_icon_cache_update
 }
 
 pkg_postrm() {
-       fdo-xdg_desktop_database_update
+       xdg_desktop_database_update
        xdg_mimeinfo_database_update
        gnome2_icon_cache_update
 }

Reply via email to