[arch-commits] Commit in uwsgi/trunk (PKGBUILD uwsgi.install)

Sven-Hendrik Haase svenstaro at archlinux.org
Wed May 24 03:46:03 UTC 2017


    Date: Wednesday, May 24, 2017 @ 03:46:01
  Author: svenstaro
Revision: 229868

upgpkg: uwsgi 2.0.15-2

Remove systemd-tmpfiles call

Modified:
  uwsgi/trunk/PKGBUILD
  uwsgi/trunk/uwsgi.install

---------------+
 PKGBUILD      |    2 +-
 uwsgi.install |    3 ---
 2 files changed, 1 insertion(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-05-24 02:54:56 UTC (rev 229867)
+++ PKGBUILD	2017-05-24 03:46:01 UTC (rev 229868)
@@ -22,7 +22,7 @@
          uwsgi-plugin-webdav
          mod_proxy_uwsgi)
 pkgver=2.0.15
-pkgrel=1
+pkgrel=2
 arch=(i686 x86_64)
 url="http://projects.unbit.it/$pkgbase"
 license=(GPL2)

Modified: uwsgi.install
===================================================================
--- uwsgi.install	2017-05-24 02:54:56 UTC (rev 229867)
+++ uwsgi.install	2017-05-24 03:46:01 UTC (rev 229868)
@@ -1,6 +1,3 @@
-post_install(){
-    command -v systemd-tmpfiles && systemd-tmpfiles --create /usr/lib/tmpfiles.d/uwsgi.conf
-}
 post_update(){
     echo "To use uwsgi at .socket and uwsgi at .service:"
     echo "\tAll you need to do is put the name of your .ini file after the @ sign"



More information about the arch-commits mailing list