mirror of
https://github.com/quamotion/dotnet-packaging.git
synced 2026-02-15 13:46:36 +00:00
Wrong PostInstallScript in deb #95
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Mammonth on GitHub (Dec 28, 2020).
Something is wrong in postinstall script handling.
Lines in project file:
ips=$(hostname -I | tr " " "," | sed 's/,$/ /' | tr " " "\n")cn="$(hostname -f),$(hostname -I | tr " " "," | sed 's/,$/ /' | tr " " "\n")"turned into:
ips=cn=","inside a .deb's postinst.
deb was built using
dotnet msbuild /t:CreateDeb project.csprojunder Ubuntu 20.04.1 LTS