Create /var/run/python-validity in Debian postinstall
This commit is contained in:
parent
a73bd66ef3
commit
4846362e50
1 changed files with 1 additions and 0 deletions
1
debian/python3-validity.postinst
vendored
1
debian/python3-validity.postinst
vendored
|
|
@ -4,6 +4,7 @@ set -e
|
||||||
#DEBHELPER#
|
#DEBHELPER#
|
||||||
|
|
||||||
if [ "$1" = "configure" ]; then
|
if [ "$1" = "configure" ]; then
|
||||||
|
mkdir -p /var/run/python-validity || true
|
||||||
validity-sensors-firmware || true
|
validity-sensors-firmware || true
|
||||||
systemctl daemon-reload || true
|
systemctl daemon-reload || true
|
||||||
udevadm control --reload-rules || true
|
udevadm control --reload-rules || true
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue