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