diff options
Diffstat (limited to 'testing/rc/rc.pre-deinstall')
-rw-r--r-- | testing/rc/rc.pre-deinstall | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/testing/rc/rc.pre-deinstall b/testing/rc/rc.pre-deinstall new file mode 100644 index 000000000..83a26d625 --- /dev/null +++ b/testing/rc/rc.pre-deinstall @@ -0,0 +1,3 @@ +#!/bin/sh +remove-shell '/bin/rc' +exit 0 |