app-editors/kitscenarist: restore needed functionality

Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Henrik Pihl <ahvenas@gmail.com>
This commit is contained in:
Henrik Pihl
2020-08-05 13:17:46 +03:00
parent 3bf0b97db4
commit bf47caeec3

View File

@@ -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
}