From a593d3018748e8d33a9a53e843fb28413b8ab83c Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Sun, 19 Jun 2016 22:21:22 +0000 Subject: Remove now useless comments --- Keywords/shell.ucl | 4 ---- 1 file changed, 4 deletions(-) (limited to 'Keywords') diff --git a/Keywords/shell.ucl b/Keywords/shell.ucl index f4e3c30f1381..269640f1d14d 100644 --- a/Keywords/shell.ucl +++ b/Keywords/shell.ucl @@ -5,11 +5,7 @@ # @shell bin/shell # # Handle adding and remove a path to a shell binary into /etc/shells -# it replaces the following code: # -# bin/shell -# @exec echo "Updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v %D/%F /etc/shells.bak; echo %D/%F) >/etc/shells; rm -f /etc/shells.bak -# @unexec echo "Updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v %D/%F /etc/shells.bak) >/etc/shells; rm -f /etc/shells.bak actions: [file] post-install: <