Date: Monday, December 28, 2015 @ 20:37:58 Author: spupykin Revision: 154673
upgpkg: drupal 8.0.1-1 upd Modified: drupal/trunk/PKGBUILD drupal/trunk/drupal.install ----------------+ PKGBUILD | 4 ++-- drupal.install | 8 -------- 2 files changed, 2 insertions(+), 10 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-12-28 19:37:53 UTC (rev 154672) +++ PKGBUILD 2015-12-28 19:37:58 UTC (rev 154673) @@ -3,7 +3,7 @@ # Contributor: Corrado Primier <[email protected]> pkgname=drupal -pkgver=8.0.0 +pkgver=8.0.1 pkgrel=1 pkgdesc="A PHP-based content management platform" arch=('any') @@ -14,7 +14,7 @@ backup=('etc/webapps/drupal/.htaccess') options=(!strip) source=(http://www.drupal.org/files/projects/$pkgname-$pkgver.tar.gz) -md5sums=('92ce9a54fa926b58032a4e39b0f9a9f1') +md5sums=('423cc4d28da066d099986ac0844f6abb') package() { _instdir=$pkgdir/usr/share/webapps/drupal Modified: drupal.install =================================================================== --- drupal.install 2015-12-28 19:37:53 UTC (rev 154672) +++ drupal.install 2015-12-28 19:37:58 UTC (rev 154673) @@ -1,12 +1,4 @@ post_install() { - echo "Remember that you need to install either mysql or postgresql for this package" - echo "to work. Also make sure to read either INSTALL.mysql.txt (for MySQL) or" - echo "INSTALL.pgsql.txt (for PostgreSQL) in /usr/share/webapps/drupal/." - if [[ ! `grep "^extension=mysql.so" /etc/php/php.ini` ]] - then echo "If you use mysql you should enable its module by adding the line:" - echo " extension=mysql.so" - echo "to your /etc/php/php.ini, otherwise drupal won't work." - fi chown -R http:http var/lib/drupal }
