summaryrefslogtreecommitdiffstats
path: root/development/nchexedit/doinst.sh
diff options
context:
space:
mode:
author B. Watson2018-08-08 20:31:52 +0200
committer Willy Sudiarto Raharjo2018-08-11 02:23:06 +0200
commit84b33ca105637d481e550314f3c5ff07af7dc254 (patch)
treecd49b7889d7afbee27d6665859af7707a29038a5 /development/nchexedit/doinst.sh
parentffffbc85eda024ac83b910393f42c59563cd928b (diff)
downloadslackbuilds-84b33ca105637d481e550314f3c5ff07af7dc254.tar.gz
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 0000000000..cf02feaca6
--- /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