Create /var/run/python-validity in Debian postinstall

This commit is contained in:
Jonatan Steuernagel 2023-04-18 16:53:06 +02:00
parent a73bd66ef3
commit 4846362e50
No known key found for this signature in database
GPG key ID: BE63A27135DE14E3

View file

@ -4,6 +4,7 @@ set -e
#DEBHELPER#
if [ "$1" = "configure" ]; then
mkdir -p /var/run/python-validity || true
validity-sensors-firmware || true
systemctl daemon-reload || true
udevadm control --reload-rules || true