diff options
author | audiolinux | 2017-02-09 01:11:09 +0100 |
---|---|---|
committer | audiolinux | 2017-02-09 01:11:09 +0100 |
commit | ee7d33612386bbf744ae2189f904edfc8f87a41e (patch) | |
tree | 02c51a116578a2f781f5df57841ea152b6eb49f5 /hqplayer-embedded.install | |
parent | 5307126cb5d0fbe4c58f75891c38796ffe27cc1a (diff) | |
download | aur-ee7d33612386bbf744ae2189f904edfc8f87a41e.tar.gz |
Change to hqplayerd systemd service
Diffstat (limited to 'hqplayer-embedded.install')
-rw-r--r-- | hqplayer-embedded.install | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/hqplayer-embedded.install b/hqplayer-embedded.install new file mode 100644 index 00000000000..e11836931c0 --- /dev/null +++ b/hqplayer-embedded.install @@ -0,0 +1,8 @@ +post_install() { +echo " + There are now 2 systemd user services, standard one hqplayerd.service and another hqplayerd_rygel.service that will enable rygel and the possibility to use BubbleUPnP in Android. Both are supporting Roon from version 1.3" +} + +post_upgrade() { + post_install +} |