summaryrefslogtreecommitdiffstats
path: root/mandown-md-viewer/mandown-md-viewer.install
diff options
context:
space:
mode:
Diffstat (limited to 'mandown-md-viewer/mandown-md-viewer.install')
-rw-r--r--mandown-md-viewer/mandown-md-viewer.install7
1 files changed, 7 insertions, 0 deletions
diff --git a/mandown-md-viewer/mandown-md-viewer.install b/mandown-md-viewer/mandown-md-viewer.install
new file mode 100644
index 0000000..919c6b3
--- /dev/null
+++ b/mandown-md-viewer/mandown-md-viewer.install
@@ -0,0 +1,7 @@
1post_install() {
2 cat << EOF
3
4 The name of the executable is 'mdn'
5
6EOF
7}