Skip to content

Commit

Permalink
Merge pull request #370 from makinacorpus/fix_debian_package_update
Browse files Browse the repository at this point in the history
fix debian update home dir error
  • Loading branch information
submarcos authored Jan 19, 2024
2 parents 8094220 + c9aab70 commit 4d438c7
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
CHANGELOG
=========

2.2.1+dev (XXXX-XX-XX)
-------------------------

**Bugfix**:

* Fix chromium crash after debian update from previous version


2.2.1 (2024-01-11)
-------------------------

Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
screamshotter (2.2.1+dev) UNRELEASED; urgency=medium

* Fix chromium crash after debian update from previous version

-- Jean-Etienne Castagnede <jean-etienne.castagnede@makina-corpus.com> Thu, 18 Jan 2024 16:51:00 +0100

screamshotter (2.2.1) RELEASED; urgency=medium

* Ignore SSL errors with external browser
Expand Down
3 changes: 3 additions & 0 deletions debian/postinst
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ END
chown screamshotter.screamshotter $CONF_DIR/$f || true
done

systemctl stop screamshotter || true
usermod -d /opt/screamshotter screamshotter || true # set home directory for old installation without

screamshotter collectstatic --no-input

#DEBHELPER#
2 changes: 1 addition & 1 deletion src/screamshotter/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.2.1
2.2.1+dev

0 comments on commit 4d438c7

Please sign in to comment.