summarylogtreecommitdiffstats
path: root/php-fpm.install
diff options
context:
space:
mode:
authorMickaël Thomas2016-01-03 22:24:55 +0100
committerMickaël Thomas2016-01-03 22:27:43 +0100
commitdc59ffcdf118e4884ef70599d3937839e5e5749e (patch)
treebb65886b14b4ab5b790c9b2eaf9fbc2bcefa936e /php-fpm.install
downloadaur-dc59ffcdf118e4884ef70599d3937839e5e5749e.tar.gz
Initial commmit
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
+}