freebsd-ports/misc/32upgrade/pkg-req
1999-05-20 20:46:29 +00:00

5 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