x11-themes/hackerer: add einfo about how to start SpaceFM with it

Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly@ya.ru>
This commit is contained in:
Vitaly Zdanevich 2024-03-17 13:12:36 +04:00
parent 26e3ccc9c4
commit 655ce00ce7
No known key found for this signature in database
GPG Key ID: E91CC56723EE101E

View File

@ -15,5 +15,8 @@ SLOT="0"
src_install() {
insinto /usr/share/themes/
doins -r Hackerer
}
pkg_postinst() {
einfo "In order to start SpaceFM (file manager) with it: GTK_THEME=Hackerer spacefm"
}