summarylogtreecommitdiffstats
path: root/supermodel.install
diff options
context:
space:
mode:
authorMarcin Wieczorek2016-05-09 15:13:34 +0200
committerMarcin Wieczorek2016-05-09 15:13:34 +0200
commitb96742a56236fb84d9ad1287a092be3a05b18ade (patch)
tree7764770bbf66b06a1062da4b81f079bc678a1be0 /supermodel.install
downloadaur-b96742a56236fb84d9ad1287a092be3a05b18ade.tar.gz
Version 0.3a
Diffstat (limited to 'supermodel.install')
-rw-r--r--supermodel.install12
1 files changed, 12 insertions, 0 deletions
diff --git a/supermodel.install b/supermodel.install
new file mode 100644
index 000000000000..94ef82c4886a
--- /dev/null
+++ b/supermodel.install
@@ -0,0 +1,12 @@
+# Message displayed for a fresh install.
+post_install() {
+ echo ""
+ echo "***************************************************************"
+ echo " Supermodel has been installed in /usr/share/supermodel."
+ echo " However, Supermodel can be run by typing supermodel and it's options:"
+ echo " supermodel <romset> [options]"
+ echo ""
+ echo " Note: You need to provide the full path to the romset."
+ echo "***************************************************************"
+ echo ""
+}