e2015552aa
to track the port.mkversion change. Requested on: the ports list
6 lines
135 B
Bash
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
|