diff --git a/.goreleaser.yml b/.goreleaser.yml index b4279d3..e237f7b 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -54,5 +54,4 @@ nfpms: dst: /etc/http-server-status/config.yml.sample scripts: postinstall: "scripts/postinstall.sh" - preinstall: "scripts/preinstall.sh" - #postremove: "scripts/postremove.sh" \ No newline at end of file + preinstall: "scripts/preinstall.sh" \ No newline at end of file diff --git a/scripts/postremove.sh b/scripts/postremove.sh deleted file mode 100644 index 312c11a..0000000 --- a/scripts/postremove.sh +++ /dev/null @@ -1 +0,0 @@ -deluser --remove-home http-server-status \ No newline at end of file