summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJaja2019-03-19 01:13:13 +0100
committerJaja2019-03-19 01:13:13 +0100
commitc73a0982dd440e717302eef0b9ae2076f485f720 (patch)
treea581ecf56ca34a30e9b045edc8a5c2168b727add
parent4e1f2001c65175462f52392da467299ecee219a7 (diff)
downloadaur-c73a0982dd440e717302eef0b9ae2076f485f720.tar.gz
Install script warning
-rw-r--r--PKGBUILD7
1 files changed, 7 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 582a3688aa3d..da9c44e5b039 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -18,6 +18,13 @@ md5sums=('46bf12792ae3a8095e9e215a47a8cf02')
#LANG='C'
options=(!strip)
+prepare() {
+ echo ''
+ echo 'Warning:'
+ echo 'The install script will modify your configuration files in each home directory.'
+ echo ''
+}
+
package() {
install -d "${pkgdir}"/usr/share/word2vec
unlink "${srcdir}"/${pkgname}-${pkgver}.zip