Update index.html modification time when installing debian package

This commit is contained in:
silverpill 2022-05-13 21:53:23 +00:00
parent 9a20c7891f
commit 0a4c2d3d7a

View file

@ -7,6 +7,8 @@ case "$1" in
if ! getent passwd mitra > /dev/null; then
adduser --system --group --home /var/lib/mitra mitra
fi
# Update modification time to refresh nginx cache
touch /usr/share/mitra/www/index.html
;;
abort-upgrade|abort-remove|abort-deconfigure)