summarylogtreecommitdiffstats
path: root/mpn.install
diff options
context:
space:
mode:
authorLartza2015-07-07 14:51:03 +0300
committerLartza2015-07-07 14:51:03 +0300
commita93af545b954a07760e5ae3520d0d1971271cbe7 (patch)
tree9b4126ffb6371b7126a4c16dd48eef63d4e4a040 /mpn.install
downloadaur-mpn.tar.gz
Initial import
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 "==========================================================="
+}