diff options
author | B. Watson <yalhcru@gmail.com> | 2018-08-08 19:31:52 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-08-11 07:23:06 +0700 |
commit | 84b33ca105637d481e550314f3c5ff07af7dc254 (patch) | |
tree | cd49b7889d7afbee27d6665859af7707a29038a5 /development/nchexedit/doinst.sh | |
parent | ffffbc85eda024ac83b910393f42c59563cd928b (diff) |
development/nchexedit: Added (ncurses-based hex editor).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'development/nchexedit/doinst.sh')
-rw-r--r-- | development/nchexedit/doinst.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/development/nchexedit/doinst.sh b/development/nchexedit/doinst.sh new file mode 100644 index 0000000000000..cf02feaca6ff3 --- /dev/null +++ b/development/nchexedit/doinst.sh @@ -0,0 +1,7 @@ +if ! grep "(nchexedit)" usr/info/dir 1>/dev/null 2>/dev/null; then + cat << EOF >> usr/info/dir + +Miscellaneous +* NCurses Hexedit: (nchexedit). Full screen curses Hex editor +EOF +fi |