blob: 10ffabb40db2477faef5835e4d5054fdda19e4ff (
plain)
1
2
3
4
|
post_install() {
printf ":: A configuration file is required to run hilbifetch.\n"
printf ":: You can find a working example under /etc/hfconf.lua, or simply copy it to \$HOME/.config/hilbifetch/hfconf.lua\n"
}
|