File: postrm

package info (click to toggle)
nttcp 1.47-13
  • links: PTS, VCS
  • area: non-free
  • in suites: bullseye, buster, jessie, jessie-kfreebsd, stretch, wheezy
  • size: 220 kB
  • ctags: 385
  • sloc: ansic: 3,606; makefile: 72; sh: 3
file content (7 lines) | stat: -rw-r--r-- 114 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
#!/bin/sh -e

if [ "$1" = purge ]; then
    perl -i -npe 's{.*/usr/bin/nttcp}{}g' /etc/inetd.conf
fi

#DEBHELPER#