summarylogtreecommitdiffstats
path: root/snapcast.install
diff options
context:
space:
mode:
authorBart De Vries2020-09-13 22:49:15 +0200
committerBart De Vries2020-09-13 22:49:15 +0200
commit5f105758fa11a36020d1ca1e82225275c49bf816 (patch)
treedd2714c33358b82bb6a85e5062116caa94bb9545 /snapcast.install
parent52631dc8ad2b9fde2a01c408638cc6ddf1c64acf (diff)
downloadaur-5f105758fa11a36020d1ca1e82225275c49bf816.tar.gz
Update to upstream version 0.21.0
Diffstat (limited to 'snapcast.install')
-rw-r--r--snapcast.install10
1 files changed, 9 insertions, 1 deletions
diff --git a/snapcast.install b/snapcast.install
index 4493febc0f11..769d7a801c74 100644
--- a/snapcast.install
+++ b/snapcast.install
@@ -7,6 +7,10 @@ post_install() {
echo " This is controlled by systclt fs.protected_fifos."
echo " A possible workaround is to disable the sysctl feature by running:"
echo " # sysctl fs.protected_fifos=0"
+ echo ":: Snapcast now has a built-in snapweb control client which is enabled"
+ echo " by default on a new setup. This functionality enables a webserver"
+ echo " on port 1780. This can be controlled by the doc_root variable in"
+ echo " /etc/snapserver.conf."
}
post_upgrade() {
@@ -16,7 +20,11 @@ post_upgrade() {
echo " This is controlled by systclt fs.protected_fifos."
echo " A possible workaround is to disable the sysctl feature by running:"
echo " # sysctl fs.protected_fifos=0"
-
+ echo ":: Snapcast now has a built-in snapweb control client which is enabled"
+ echo " by default on a new setup. This functionality enables a webserver"
+ echo " on port 1780. This can be controlled by the doc_root variable in"
+ echo " /etc/snapserver.conf."
+
# return if old package version greater 10.4...
(( $(vercmp $2 '0.15.0') > 0 )) && return