summarylogtreecommitdiffstats
path: root/arcanist.install
diff options
context:
space:
mode:
authorDoug Newgard2015-04-23 23:12:32 -0500
committerDoug Newgard2015-04-23 23:12:32 -0500
commitbca7e8b2a115c1a3fa90291d4243e0d020be0ae6 (patch)
tree85aec13342dbf0fe6d7528836280ac1bc0f10173 /arcanist.install
downloadaur-bca7e8b2a115c1a3fa90291d4243e0d020be0ae6.tar.gz
Inherited from sergio.correia
Diffstat (limited to 'arcanist.install')
-rw-r--r--arcanist.install5
1 files changed, 5 insertions, 0 deletions
diff --git a/arcanist.install b/arcanist.install
new file mode 100644
index 000000000000..84d4a0209cef
--- /dev/null
+++ b/arcanist.install
@@ -0,0 +1,5 @@
+post_install() {
+ echo "You must add the path /usr/share/php to the open_basedir variable"
+ echo "of your /etc/php/php.ini configuration file in order to execute"
+ echo "the arc command."
+}