diff options
Diffstat (limited to 'misc/41upgrade/pkg-req')
-rw-r--r-- | misc/41upgrade/pkg-req | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/misc/41upgrade/pkg-req b/misc/41upgrade/pkg-req new file mode 100644 index 0000000..1eb81c6 --- /dev/null +++ b/misc/41upgrade/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 |