aboutsummaryrefslogtreecommitdiff
path: root/development/nchexedit/doinst.sh
diff options
context:
space:
mode:
authorB. Watson <yalhcru@gmail.com>2018-08-08 19:31:52 +0100
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2018-08-11 07:23:06 +0700
commit84b33ca105637d481e550314f3c5ff07af7dc254 (patch)
treecd49b7889d7afbee27d6665859af7707a29038a5 /development/nchexedit/doinst.sh
parentffffbc85eda024ac83b910393f42c59563cd928b (diff)
downloadslackbuilds-84b33ca105637d481e550314f3c5ff07af7dc254.tar.xz
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.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/development/nchexedit/doinst.sh b/development/nchexedit/doinst.sh
new file mode 100644
index 000000000000..cf02feaca6ff
--- /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