diff options
author | Mickaël Thomas | 2016-01-03 22:24:55 +0100 |
---|---|---|
committer | Mickaël Thomas | 2016-01-03 22:27:43 +0100 |
commit | dc59ffcdf118e4884ef70599d3937839e5e5749e (patch) | |
tree | bb65886b14b4ab5b790c9b2eaf9fbc2bcefa936e /php-fpm.install | |
download | aur-dc59ffcdf118e4884ef70599d3937839e5e5749e.tar.gz |
Initial commmit
Diffstat (limited to 'php-fpm.install')
-rw-r--r-- | php-fpm.install | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/php-fpm.install b/php-fpm.install new file mode 100644 index 000000000000..3572a765315c --- /dev/null +++ b/php-fpm.install @@ -0,0 +1,9 @@ +post_install() { + if [[ ! -d run/php-fpm ]]; then + usr/bin/systemd-tmpfiles --create php-fpm.conf + fi +} + +post_upgrade() { + post_install +} |