summaryrefslogtreecommitdiff
path: root/development/nchexedit/doinst.sh
diff options
context:
space:
mode:
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