summaryrefslogtreecommitdiff
path: root/misc/222upgrade/pkg-req
diff options
context:
space:
mode:
Diffstat (limited to 'misc/222upgrade/pkg-req')
-rw-r--r--misc/222upgrade/pkg-req5
1 files changed, 5 insertions, 0 deletions
diff --git a/misc/222upgrade/pkg-req b/misc/222upgrade/pkg-req
new file mode 100644
index 000000000000..1eb81c651314
--- /dev/null
+++ b/misc/222upgrade/pkg-req
@@ -0,0 +1,5 @@
+#!/bin/sh
+if [ $2 = "DEINSTALL" ]; then
+ echo "Package $1 cannot be removed -- to do so will render your system useless."
+ exit 1
+fi