New review comment by ishaanbhimwal on void-packages repository https://github.com/void-linux/void-packages/pull/37793#discussion_r912335235 Comment: your idea seems right considering the fact that arch doesn't even have a `/usr/share/examples` directory. can you confirm these changes so I can commit them: ```diff --- a/srcpkgs/networkmanager-dmenu/template +++ b/srcpkgs/networkmanager-dmenu/template @@ -14,6 +14,6 @@ do_install() { vbin networkmanager_dmenu vlicense LICENSE.txt vdoc README.md - vdoc config.ini.example + vconf config.ini.example vinstall networkmanager_dmenu.desktop 644 /usr/share/applications } ```