Skip to content

Commit

Permalink
Merge pull request #1064 from maticnetwork/djpolygon/package_fixes
Browse files Browse the repository at this point in the history
Addressing packages issues
  • Loading branch information
VAIBHAVJINDAL3012 authored Oct 2, 2023
2 parents dcdf249 + 491a245 commit 4810a26
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 7 deletions.
3 changes: 1 addition & 2 deletions packaging/templates/package_scripts/postrm
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,4 @@
###################
# Remove heimdall installation
###################
sudo rm -rf /var/lib/heimdall/config
sudo systemctl daemon-reload
sudo systemctl daemon-reload
4 changes: 1 addition & 3 deletions packaging/templates/package_scripts/postrm.binary
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,4 @@
#
###################
# Remove heimdall installation
###################
sudo rm -rf /usr/bin/heimdallcli
sudo rm -rf /usr/bin/heimdalld
###################
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
[Unit]
Description=heimdalld
After=bor.service
StartLimitIntervalSec=500
StartLimitBurst=5
[Service]
Expand Down
1 change: 0 additions & 1 deletion packaging/templates/systemd/heimdalld-validator.service
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
[Unit]
Description=heimdalld
After=bor.service
StartLimitIntervalSec=500
StartLimitBurst=5
[Service]
Expand Down

0 comments on commit 4810a26

Please sign in to comment.