Differences From Artifact [d2611a031a]:
- File debian/postinst — part of check-in [2a5d9dafec] at 2017-01-14 18:46:39 on branch trunk — Added debianization files (user: vitus, size: 1023) [annotate] [blame] [check-ins using]
To Artifact [6e58d0897a]:
- File debian/postinst — part of check-in [648764b0ec] at 2017-08-30 11:45:58 on branch trunk — Fixed typo in unit file. Incremented debian package version (user: vitus, size: 1060) [annotate] [blame] [check-ins using]
| ︙ | |||
17 18 19 20 21 22 23 | 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 | - + |
# for details, see http://www.debian.org/doc/debian-policy/ or
# the debian-policy package
case "$1" in
configure)
update-rc.d vws defaults
|
| ︙ |