summarylogtreecommitdiffstats
path: root/mpn.install
diff options
context:
space:
mode:
Diffstat (limited to 'mpn.install')
-rwxr-xr-xmpn.install8
1 files changed, 8 insertions, 0 deletions
diff --git a/mpn.install b/mpn.install
new file mode 100755
index 000000000000..4a3a7e845816
--- /dev/null
+++ b/mpn.install
@@ -0,0 +1,8 @@
+post_install(){
+ echo "==========================================================="
+ echo "|| An example configuration file has been installed into ||"
+ echo "|| /usr/share/doc/mpn/mpnrc.sample ||"
+ echo "|| Copy it to ~/.mpnrc and edit it ||"
+ echo "|| For help, have a look at mpn -h ||"
+ echo "==========================================================="
+}