Skip to content

Commit

Permalink
Use the postinstall script
Browse files Browse the repository at this point in the history
It appears that the postinstall script was created but never used.
This change is to actually use the post-install script.
  • Loading branch information
Thomas Wunderlich committed May 19, 2022
1 parent 3e8f52b commit f85202d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,7 @@ jobs:
rpm_depends: "openssl"
config_dir: ".release/linux/package/"
preinstall: ".release/linux/preinst"
postinstall: ".release/linux/postinst"
postremove: ".release/linux/postrm"

- name: Set Package Names
Expand Down

0 comments on commit f85202d

Please sign in to comment.