summarylogtreecommitdiffstats
path: root/snapcast.install
diff options
context:
space:
mode:
authorBart De Vries2024-04-19 20:07:09 +0200
committerBart De Vries2024-04-19 20:07:09 +0200
commitb9ec2d8ee42ab974cfc28f100240514bb6345b76 (patch)
tree90a2ede51f7634c1e5f83cff913cff66b1133a05 /snapcast.install
parentd5f93c3a82b5e0f6d92ef1b9a4ef57d1a4fe57fa (diff)
downloadaur-b9ec2d8ee42ab974cfc28f100240514bb6345b76.tar.gz
Update to 0.28.0
Diffstat (limited to 'snapcast.install')
-rw-r--r--snapcast.install7
1 files changed, 0 insertions, 7 deletions
diff --git a/snapcast.install b/snapcast.install
index f3c0c8c453e7..ef025f45eb17 100644
--- a/snapcast.install
+++ b/snapcast.install
@@ -30,11 +30,4 @@ post_upgrade() {
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
-
- echo ":: The snapserver configuration layout has changed!"
- echo " -> Most of the configuration has moved from /etc/default/snapserver"
- echo " to /etc/snapserver.conf."
}