File: netcat-openbsd.prerm

package info (click to toggle)
netcat-openbsd 1.195-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,320 kB
  • sloc: ansic: 28,778; sh: 429; makefile: 71
file content (7 lines) | stat: -rw-r--r-- 111 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
#!/bin/sh -e

if [ "$1" = "remove" ]; then
    update-alternatives --remove nc /bin/nc.openbsd
fi

#DEBHELPER#