mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-21 04:53:07 -04:00
net-im/pop: Fix updating of icons, add einfo
Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly@ya.ru>
This commit is contained in:
@@ -21,10 +21,14 @@ src_unpack() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
src_install() {
|
src_install() {
|
||||||
|
rm -rf usr/share/doc/
|
||||||
|
|
||||||
doins -r usr
|
doins -r usr
|
||||||
fperms +x /usr/bin/"${PN}"
|
fperms +x /usr/bin/"${PN}"
|
||||||
}
|
}
|
||||||
|
|
||||||
pkg_postinstall() {
|
pkg_postinst() {
|
||||||
xdg_desktop_database_update
|
xdg_desktop_database_update
|
||||||
|
|
||||||
|
einfo "If you want to share your screen - some compositor is required, like compton :("
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user