mirror of
https://github.com/Fishwaldo/open-zwave.git
synced 2025-03-15 11:31:40 +00:00
what the hell debian?
This commit is contained in:
parent
58ff17f4b5
commit
a6439cad60
2 changed files with 3 additions and 2 deletions
4
debian/changelog
vendored
4
debian/changelog
vendored
|
@ -2,8 +2,8 @@ openzwave (1.6) unstable; urgency=medium
|
|||
|
||||
* Update to latest release of OpenZWave
|
||||
|
||||
-- Justin Hammond <justin@dynam.ac> Wed, 08 May 2019 17:09:00 +0800
|
||||
|
||||
-- Justin Hammond <justin@dynam.ac> Wed, 08 May 2019 17:09:00 +0800
|
||||
|
||||
openzwave (1.5+ds-6) unstable; urgency=medium
|
||||
|
||||
* debian/control: use dh11
|
||||
|
|
1
debian/libopenzwave1.6.postinst
vendored
1
debian/libopenzwave1.6.postinst
vendored
|
@ -1,3 +1,4 @@
|
|||
#!/bin/sh
|
||||
#Create the zwave user and change our permissions
|
||||
getent group zwave >/dev/null || groupadd -f -r zwave
|
||||
chgrp -R zwave /etc/openzwave
|
||||
|
|
Loading…
Add table
Reference in a new issue