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