summarylogtreecommitdiffstats
path: root/php-fpm.install
diff options
context:
space:
mode:
authorEugene Lamskoy2015-06-09 12:36:15 +0300
committerEugene Lamskoy2015-06-09 12:36:15 +0300
commit38e20396c28e9d8ab90b8fc7ca0f7dd806d7026f (patch)
tree73779f08aa6f98649c8d1e408f77ceedc2776daa /php-fpm.install
downloadaur-38e20396c28e9d8ab90b8fc7ca0f7dd806d7026f.tar.gz
php54 initial
Diffstat (limited to 'php-fpm.install')
-rw-r--r--php-fpm.install9
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
+}