File: uninstall

package info (click to toggle)
nncp 8.12.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,588 kB
  • sloc: sh: 610; makefile: 58
file content (9 lines) | stat: -rwxr-xr-x 167 bytes parent folder | download
1
2
3
4
5
6
7
8
9
#!/bin/sh -e

root="$(realpath -- $(dirname "$0"))"
. "$root"/config
cd "$BINDIR"
xargs rm -f <"$root"/cmd.list
rm -f nncp
rm -f "$INFODIR"/nncp.info
rm -fr "$DOCDIR"