File: postrm

package info (click to toggle)
tinc 1.0.19-3
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 2,336 kB
  • sloc: ansic: 12,360; sh: 4,072; makefile: 98
file content (9 lines) | stat: -rw-r--r-- 91 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
#!/bin/sh

set -e

if [ "$1" = purge ]; then
    rm -f /etc/tinc/nets.boot
fi

#DEBHELPER#