Import Debian changes 1.0.4-4
tinc (1.0.4-4) unstable; urgency=low * Include swedish debconf translation. Closes: #332963 * Remove nets.boot on purge. Closes: #333303
This commit is contained in:
parent
23459e1237
commit
2cb3185582
3 changed files with 70 additions and 0 deletions
1
debian/postrm
vendored
1
debian/postrm
vendored
|
|
@ -2,6 +2,7 @@
|
|||
set -e
|
||||
# Automatically added by package maintainer
|
||||
if [ "$1" = purge ]; then
|
||||
rm -f /etc/tinc/nets.boot
|
||||
update-rc.d tinc remove >/dev/null 2>/dev/null
|
||||
fi
|
||||
# End automatically added section
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue