1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/misc/42upgrade/pkg-req
Satoshi Asami e2015552aa Add 42upgrade. There are no files listed yet, but 4.2R users can use this
to track the port.mkversion change.

Requested on:	the ports list
2001-02-06 06:46:43 +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