From 2fd76197ae6e35e29552e7466bffeb513deba924 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Tempel?= Date: Wed, 7 Mar 2018 11:17:05 +0100 Subject: testing/tcsh: add /bin/tcsh to /etc/shells Fixes #8618 --- testing/tcsh/tcsh.post-install | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 testing/tcsh/tcsh.post-install (limited to 'testing/tcsh/tcsh.post-install') diff --git a/testing/tcsh/tcsh.post-install b/testing/tcsh/tcsh.post-install new file mode 100644 index 0000000000..7342c5e721 --- /dev/null +++ b/testing/tcsh/tcsh.post-install @@ -0,0 +1,3 @@ +#!/bin/sh +add-shell '/bin/tcsh' +exit 0 -- cgit v1.2.3