net-im/pop: Fix updating of icons, add einfo

Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly@ya.ru>
This commit is contained in:
Vitaly Zdanevich
2024-03-08 18:55:39 +04:00
parent 9b509f2179
commit 205ddb549c

View File

@@ -21,10 +21,14 @@ src_unpack() {
}
src_install() {
rm -rf usr/share/doc/
doins -r usr
fperms +x /usr/bin/"${PN}"
}
pkg_postinstall() {
pkg_postinst() {
xdg_desktop_database_update
einfo "If you want to share your screen - some compositor is required, like compton :("
}