blob: e3e275c35640dc09fcfc8336731f9d97888a649d (
plain)
1
2
3
4
5
6
7
8
|
post_install() {
echo -e "NOTE:"
echo -e "\tThe newsup.conf file was installed in /etc/newsup/"
echo -e "\tIn order for newsup to find it, you need to copy it to ~/.config/"
echo -e "\tMake your changes on ~/.config/newsup.conf"
echo -e ""
echo -e "You can also use -configure /path/to/file to indicate a valid configuration file"
}
|