0fd2ac248d
tinc (1.0.13-1) unstable; urgency=low * New upstream release.
9 lines
91 B
Bash
9 lines
91 B
Bash
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
if [ "$1" = purge ]; then
|
|
rm -f /etc/tinc/nets.boot
|
|
fi
|
|
|
|
#DEBHELPER#
|