commit: bf47caeec383eccefe3964c1dece9696c7844e39
Author: Henrik Pihl <ahvenas <AT> gmail <DOT> com>
AuthorDate: Wed Aug 5 10:17:46 2020 +0000
Commit: Henrik Pihl <ahvenas <AT> gmail <DOT> com>
CommitDate: Wed Aug 5 10:17:46 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bf47caee
app-editors/kitscenarist: restore needed functionality
Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Henrik Pihl <ahvenas <AT> gmail.com>
app-editors/kitscenarist/kitscenarist-0.7.2_rc9.ebuild | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/app-editors/kitscenarist/kitscenarist-0.7.2_rc9.ebuild
b/app-editors/kitscenarist/kitscenarist-0.7.2_rc9.ebuild
index 3ff4838..549a029 100644
--- a/app-editors/kitscenarist/kitscenarist-0.7.2_rc9.ebuild
+++ b/app-editors/kitscenarist/kitscenarist-0.7.2_rc9.ebuild
@@ -47,3 +47,14 @@ src_install() {
readme.gentoo_create_doc
font_src_install
}
+
+pkg_postinst() {
+ xdg_pkg_postinst
+ font_pkg_postinst
+ readme.gentoo_print_elog
+}
+
+pkg_postrm() {
+ xdg_pkg_postrm
+ font_pkg_postrm
+}