2006358f32
tinc (1.0.13-1~bpo50) lenny-backports; urgency=low * New upstream release.
9 lines
156 B
Bash
9 lines
156 B
Bash
#!/bin/sh -e
|
|
|
|
# Source debconf library.
|
|
. /usr/share/debconf/confmodule
|
|
|
|
db_title tinc configuration
|
|
|
|
db_input medium tinc/restart_on_upgrade || true
|
|
db_go
|