mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
app-text/pdfshuffler: fdo-mime->xdg-utils
Package-Manager: Portage-2.3.28, Repoman-2.3.9
This commit is contained in:
committed by
David Seifert
parent
fa7f2fba90
commit
9f144bf03f
@@ -1,10 +1,10 @@
|
||||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="5"
|
||||
PYTHON_COMPAT=( python2_7 )
|
||||
|
||||
inherit distutils-r1 fdo-mime gnome2-utils
|
||||
inherit distutils-r1 gnome2-utils xdg-utils
|
||||
|
||||
DESCRIPTION="GUI app that can merge or split pdfs and rotate, crop and rearrange their pages"
|
||||
HOMEPAGE="https://sourceforge.net/projects/pdfshuffler/"
|
||||
@@ -27,13 +27,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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user