summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeff Labonte2017-02-11 01:51:21 -0500
committerJeff Labonte2017-02-11 01:51:21 -0500
commit1bf5946e9d7d0608147ed3524205e2c851607c60 (patch)
tree84feefe4206f10ddee39e201ef5d788eafc80b91
parentf4937c986ff3f06de220ffadc43fb7670451ce82 (diff)
downloadaur-1bf5946e9d7d0608147ed3524205e2c851607c60.tar.gz
Add a message after installation
-rw-r--r--PKGBUILD2
-rw-r--r--evelauncher.install9
2 files changed, 10 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a95f709c1e8b..4ac1d2afa883 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -18,7 +18,7 @@ conflicts=()
replaces=()
backup=()
options=()
-install=
+install="evelauncher.install"
changelog=
source=(
"https://binaries.eveonline.com/evelauncher-1104891.tar.gz"
diff --git a/evelauncher.install b/evelauncher.install
new file mode 100644
index 000000000000..e1f33e9b63c8
--- /dev/null
+++ b/evelauncher.install
@@ -0,0 +1,9 @@
+post_install{
+ echo "***********************************************************"
+ echo " On first install, I strongly recommend to run the program "
+ echo " from the terminal."
+ echo " sh /opt/evelauncher/evelauncher.sh"
+ echo " Please report to me what package that are missing if there"
+ echo " is any packages missing for you"
+ echo "***********************************************************"
+}