summarylogtreecommitdiffstats
path: root/drush-git.install
diff options
context:
space:
mode:
authorJames An2014-10-06 23:59:59 -0400
committerJames An2014-10-06 23:59:59 -0400
commit8165670de7d3785c281889f09422541e99e005f0 (patch)
tree177d668a0514920d930b0d49adf48b818252f076 /drush-git.install
downloadaur-8165670de7d3785c281889f09422541e99e005f0.tar.gz
Added drush-git before changes.
Diffstat (limited to 'drush-git.install')
-rw-r--r--drush-git.install14
1 files changed, 14 insertions, 0 deletions
diff --git a/drush-git.install b/drush-git.install
new file mode 100644
index 000000000000..9848b118cd49
--- /dev/null
+++ b/drush-git.install
@@ -0,0 +1,14 @@
+post_install() {
+ cd /usr/share/webapps/drush
+ composer install
+ echo "-----------------"
+ echo "Drush is meant to be run from the root directory of your Drupal "
+ echo "install by default. Look at /usr/share/doc/drush/ for the "
+ echo "README, as well as an example drushrc.php config and example "
+ echo "plugin."
+ echo "-----------------"
+ echo "Additionally, if your php.ini settings are too restrictive, "
+ echo "you may have to override some of the settings using drush.ini "
+ echo "in either your home directory (~/.drush.ini) or in "
+ echo "/etc/drush/drush.ini for system-wide changes."
+}