diff options
author | 2020-08-05 13:17:46 +0300 | |
---|---|---|
committer | 2020-08-05 13:17:46 +0300 | |
commit | bf47caeec383eccefe3964c1dece9696c7844e39 (patch) | |
tree | 0e864eda06990329f48031d05767803091f7d9a9 /app-editors | |
parent | dev-python/tekore: version bump (diff) | |
download | guru-bf47caeec383eccefe3964c1dece9696c7844e39.tar.gz guru-bf47caeec383eccefe3964c1dece9696c7844e39.tar.bz2 guru-bf47caeec383eccefe3964c1dece9696c7844e39.zip |
app-editors/kitscenarist: restore needed functionality
Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Henrik Pihl <ahvenas@gmail.com>
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/kitscenarist/kitscenarist-0.7.2_rc9.ebuild | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/app-editors/kitscenarist/kitscenarist-0.7.2_rc9.ebuild b/app-editors/kitscenarist/kitscenarist-0.7.2_rc9.ebuild index 3ff48386..549a0299 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 +} |