freebsd-ports/misc/40upgrade/pkg-req
Satoshi Asami 3656895e7d Add new port 40upgrade -- 4.0R to 4-stable upgrade kit. Currently only
contains new libc.so.4 with xpg4 functions and the skeletonized libxpg4.
2000-07-11 22:56:03 +00:00

6 lines
135 B
Bash

#!/bin/sh
if [ $2 = "DEINSTALL" ]; then
echo "Package $1 cannot be removed -- to do so will render your system useless."
exit 1
fi