diff options
author | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2013-07-10 23:28:23 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2013-07-10 23:28:23 -0300 |
commit | 18dd4d7fb99a83999cb1fe06de0d31a0135a8f11 (patch) | |
tree | 36d1abceb3df330751fec9cfec13ae64ee7c1062 /pcr/supermodel/supermodel.install | |
parent | ecacbceca3af1d90124ccbf575fa76b96a0531ea (diff) |
supermodel: add new package to pcr repo
Diffstat (limited to 'pcr/supermodel/supermodel.install')
-rw-r--r-- | pcr/supermodel/supermodel.install | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/pcr/supermodel/supermodel.install b/pcr/supermodel/supermodel.install new file mode 100644 index 000000000..94ef82c48 --- /dev/null +++ b/pcr/supermodel/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 "" +} |