Skip to content

Commit

Permalink
Deb postinst
Browse files Browse the repository at this point in the history
  • Loading branch information
aceberg committed Dec 24, 2022
1 parent 69f8c3b commit 87f2abf
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
## [0.1.2] - 2022-12-23
### Fixed
- Key -w now works correctly

- Deb package postinst `systemctl daemon-reload`

## [0.1.1] - 2022-12-21
### Added
Expand Down
2 changes: 2 additions & 0 deletions build/ci/build-deb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ echo "
systemctl daemon-reload
" > $PKGDIR/DEBIAN/postinst

chmod 775 $PKGDIR/DEBIAN/postinst

dpkg-deb --build --root-owner-group $PKGDIR

rm -rf $PKGDIR
2 changes: 2 additions & 0 deletions build/ci/cli-build-deb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ echo "
systemctl daemon-reload
" > $PKGDIR/DEBIAN/postinst

chmod 775 $PKGDIR/DEBIAN/postinst

dpkg-deb --build --root-owner-group $PKGDIR

rm git-syr-cli
Expand Down

0 comments on commit 87f2abf

Please sign in to comment.