2013-06-16 15:04:28 +00:00
|
|
|
post_install() {
|
2014-09-04 02:53:36 +00:00
|
|
|
echo " You may edit the 'Friendly Name' in /etc/conf.d/gmediarender"
|
|
|
|
echo " If you want MP3 playback, you need some of the optional dependencies."
|
2013-06-16 15:04:28 +00:00
|
|
|
echo ""
|
2014-09-04 02:53:36 +00:00
|
|
|
echo " Start the service by running (as root):"
|
2013-06-16 15:04:28 +00:00
|
|
|
echo " systemctl start gmediarender"
|
2014-09-04 02:53:36 +00:00
|
|
|
echo " Enable (auto-start) the service by running (as root):"
|
2013-06-16 15:04:28 +00:00
|
|
|
echo " systemctl enable gmediarender"
|
2014-09-04 02:53:36 +00:00
|
|
|
return 0
|
2013-06-16 15:04:28 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
post_upgrade() {
|
2014-09-04 02:53:36 +00:00
|
|
|
echo " Don't forget to restart gmediarender (as root) if it's running:"
|
|
|
|
echo " systemctl daemon-reload"
|
|
|
|
echo " systemctl restart gmediarender"
|
|
|
|
return 0
|
2013-06-16 15:04:28 +00:00
|
|
|
}
|