0byt3m1n1
Path:
/
var
/
lib
/
dpkg
/
info
/
[
Home
]
File: netcat-openbsd.prerm
#!/bin/sh -e if [ "$1" = "remove" ]; then update-alternatives --remove nc /bin/nc.openbsd fi