diff options
Diffstat (limited to 'Keywords/shell.ucl')
-rw-r--r-- | Keywords/shell.ucl | 4 |
1 files changed, 0 insertions, 4 deletions
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: <<EOD |