mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-21 04:53:07 -04:00
@@ -25,10 +25,15 @@ DOCS=( mdmenu.conf README.md )
|
|||||||
|
|
||||||
pkg_postinst() {
|
pkg_postinst() {
|
||||||
mpv-plugin_pkg_postinst
|
mpv-plugin_pkg_postinst
|
||||||
|
|
||||||
|
einfo "mdmenu does not set any keybindings by default."
|
||||||
|
einfo "Customize ~~/input.conf according to the documentation "
|
||||||
|
einfo "in order to set custom bindings."
|
||||||
|
|
||||||
if use custom-cmd ; then
|
if use custom-cmd ; then
|
||||||
ewarn "mdmenu has been installed without a launcher."
|
ewarn "mdmenu has been installed without dmenu."
|
||||||
ewarn "You will need to configure \`cmd\` in script-opt "
|
ewarn "You will need to set \`cmd\` in ~~/script-opts/mdmenu.conf "
|
||||||
ewarn "to a dmenu-compatible app for mdmenu to work."
|
ewarn "to a dmenu-compatible application for mdmenu to work."
|
||||||
ewarn "Please refer to the documents for more info."
|
ewarn "Please refer to the documentation for more info."
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user