File: postrm

package info (click to toggle)
tinc 1.0pre7-2
  • links: PTS
  • area: main
  • in suites: woody
  • size: 2,084 kB
  • ctags: 1,488
  • sloc: ansic: 13,459; sh: 3,464; makefile: 359; yacc: 318; perl: 232
file content (9 lines) | stat: -rw-r--r-- 188 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
#!/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#