summarylogtreecommitdiffstats
path: root/drush-git.install
diff options
context:
space:
mode:
Diffstat (limited to 'drush-git.install')
-rw-r--r--drush-git.install12
1 files changed, 0 insertions, 12 deletions
diff --git a/drush-git.install b/drush-git.install
deleted file mode 100644
index 73d5176bc4e6..000000000000
--- a/drush-git.install
+++ /dev/null
@@ -1,12 +0,0 @@
-post_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."
-}