Skip to content

Commit

Permalink
Adds postinstall script to aur
Browse files Browse the repository at this point in the history
  • Loading branch information
SaahilNotSahil committed Aug 27, 2023
1 parent de0edb9 commit c00a135
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ aurs:
install -Dm755 "./scripts/linux/login.sh" "${pkgdir}/usr/bin/autoproxylogin"
install -Dm755 "./scripts/linux/daemon-start.sh" "${pkgdir}/usr/bin/autoproxyd-start"
install -Dm755 "./scripts/linux/daemon-stop.sh" "${pkgdir}/usr/bin/autoproxyd-stop"
install -Dm755 "./aur-post-install.install" "${pkgdir}/aur-post-install.install"
install -Dm755 "./aur-post-install.install" "${pkgdir}/../../aur-post-install.install"
install -Dm644 "./LICENSE" "${pkgdir}/usr/share/licenses/iitj-autoproxy/LICENSE"
install -Dm644 "./base_config.json" "${pkgdir}/etc/iitj-autoproxy/autoproxy.config"
install -Dm644 "./README.md" "${pkgdir}/usr/share/doc/iitj-autoproxy/README.md"
Expand Down

0 comments on commit c00a135

Please sign in to comment.