Skip to content

Commit

Permalink
Merge pull request #38 from demarches-simplifiees/remove_logrotate_fi…
Browse files Browse the repository at this point in the history
…le_when_purge

remove logrotate file when purge
  • Loading branch information
LeSim authored Aug 30, 2024
2 parents 9c924a1 + deb9e36 commit 4cabe88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package_scripts/deb/DEBIAN/postrm
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ case "$1" in

purge)

rm -rf /opt/weasyprint /lib/systemd/system/weasyprint.service
rm -rf /opt/weasyprint /lib/systemd/system/weasyprint.service /etc/logrotate.d/weasyprint

if is_systemd_running; then
systemctl daemon-reload
Expand Down

0 comments on commit 4cabe88

Please sign in to comment.