Skip to content

Commit a991c2d

Browse files
committed
Add /etc/default/raspotify fixer script
1 parent 69291af commit a991c2d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

raspotify/DEBIAN/preinst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#!/bin/sh
2+
3+
# Fix changes in command line arguments for librespot v0.1.3
4+
5+
sed -i 's/--linear-volume/--volume-ctrl=linear/' /etc/default/raspotify >/dev/null 2>&1

0 commit comments

Comments
 (0)