diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2006-11-27 11:26:07 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2006-11-27 11:26:07 +0000 |
commit | abb30277ff0bbd258cfb54ec36f9ad039a7d2b9c (patch) | |
tree | c2f4dae1f0663c60f6ad4a231e120d8092c2a414 /distrib/notes/DEINSTALL | |
parent | aef8d05902faf8bb5b00faf643b2fee1306e557e (diff) |
Bring over distrib from XF4
Diffstat (limited to 'distrib/notes/DEINSTALL')
-rw-r--r-- | distrib/notes/DEINSTALL | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/distrib/notes/DEINSTALL b/distrib/notes/DEINSTALL new file mode 100644 index 000000000..2144e7a4f --- /dev/null +++ b/distrib/notes/DEINSTALL @@ -0,0 +1,7 @@ +#!/bin/sh + +echo "+---------------" +echo "| You do not want to delete this package. +echo "+---------------" + +exit 1 |