From f6332a43c35387c4a2dea1746be5fd092890ae0e Mon Sep 17 00:00:00 2001 From: davidovski Date: Mon, 27 Jun 2022 23:09:07 +0100 Subject: added lf and iptables --- repo/tcsh/tcsh.post-upgrade | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 repo/tcsh/tcsh.post-upgrade (limited to 'repo/tcsh/tcsh.post-upgrade') diff --git a/repo/tcsh/tcsh.post-upgrade b/repo/tcsh/tcsh.post-upgrade new file mode 100644 index 0000000..33c7ebe --- /dev/null +++ b/repo/tcsh/tcsh.post-upgrade @@ -0,0 +1,4 @@ +#!/bin/sh +add-shell '/bin/tcsh' +add-shell '/bin/csh' +exit 0 -- cgit v1.2.1