mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
community/uwsgi to 2.0.15-2
This commit is contained in:
parent
b0eec5bbed
commit
18ddc00aca
2 changed files with 1 additions and 4 deletions
|
@ -24,7 +24,7 @@ pkgname=(uwsgi
|
|||
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)
|
||||
|
|
|
@ -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@.socket and uwsgi@.service:"
|
||||
echo "\tAll you need to do is put the name of your .ini file after the @ sign"
|
||||
|
|
Loading…
Reference in a new issue