10 lines
188 B
Text
10 lines
188 B
Text
|
#!/bin/sh
|
||
|
set -e
|
||
|
# Automatically added by package maintainer
|
||
|
if [ "$1" = purge ]; then
|
||
|
update-rc.d tinc remove >/dev/null 2>/dev/null
|
||
|
fi
|
||
|
# End automatically added section
|
||
|
|
||
|
#DEBHELPER#
|