summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-08-01 03:26:20 +0100
committerSam James <sam@gentoo.org>2022-08-01 03:29:54 +0100
commitf39b58243b63c3a4fbf97f6d2989159acbda82ce (patch)
tree7a912f4575daf7793d471b529859be5291ee4de7
parentdev-vcs/rcs: [QA] fix duplicate phase (src_test) (diff)
downloadgentoo-f39b5824.tar.gz
gentoo-f39b5824.tar.bz2
gentoo-f39b5824.zip
app-text/cb2bib: [QA] fix duplicate phase (pkg_postinst)
Shadowed optfeature-like messages. Bug: https://bugs.gentoo.org/861497 Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--app-text/cb2bib/cb2bib-2.0.0-r1.ebuild8
1 files changed, 3 insertions, 5 deletions
diff --git a/app-text/cb2bib/cb2bib-2.0.0-r1.ebuild b/app-text/cb2bib/cb2bib-2.0.0-r1.ebuild
index 746edabdcd52..a46e68c271d4 100644
--- a/app-text/cb2bib/cb2bib-2.0.0-r1.ebuild
+++ b/app-text/cb2bib/cb2bib-2.0.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -51,6 +51,8 @@ src_install() {
}
pkg_postinst() {
+ xdg_desktop_database_update
+
elog "For best functionality, emerge the following packages:"
elog " app-text/poppler[utils] - for data import from PDF files"
elog " app-text/dvipdfm - for data import from DVI files"
@@ -62,10 +64,6 @@ pkg_postinst() {
elog " nice printing through the shell script bib2pdf"
}
-pkg_postinst() {
- xdg_desktop_database_update
-}
-
pkg_postrm() {
xdg_desktop_database_update
}