Don't need this as goreleaser will sort it out

This commit is contained in:
Rob Emery 2025-11-09 16:54:55 +00:00
parent a8e3a9bba9
commit 82efdcdd00

View File

@ -14,11 +14,6 @@ if [ ! -f /etc/navidrome/navidrome.toml ]; then
fi
postinstall_flag="/var/lib/navidrome/.installed"
package_file="/var/lib/navidrome/.package"
if [ ! -f "$package_file" ]; then
echo "deb/rpm" > "$package_file";
fi
if [ ! -f "$postinstall_flag" ]; then
# The primary reason why this would fail is if the service was already installed AND