summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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 "***********************************************************"
+}