tinc (1.0.12-1) unstable; urgency=low
* New upstream release.
* Bump Standards-Version.
* Migrate from CDBS to debhelper.
* Convert source package to 3.0 (quilt) format.
* Remove useless tinc.modules.
* Use init.d script from Michael Tokarev, allowing per-network arguments to
tincd.
* Remove update-rc.d calls from postinst and postrm.
* Let the init.d script depend on $remote_fs.
9 lines
167 B
Bash
9 lines
167 B
Bash
#!/bin/sh
|
|
set -e
|
|
# Automatically added by package maintainer
|
|
if [ "$1" = purge ]; then
|
|
rm -f /etc/tinc/nets.boot
|
|
fi
|
|
# End automatically added section
|
|
|
|
#DEBHELPER#
|