summarylogtreecommitdiffstats
path: root/php-fpm.install
diff options
context:
space:
mode:
authorVolkan Gümüs2017-04-14 00:04:52 +0300
committerVolkan Gümüs2017-04-14 00:04:52 +0300
commit0a1cd4a0ad5eeb1ff2fa9a622987525118feffda (patch)
treeac2b6f3a2b44682fe7786cdfda6413e526d90c0d /php-fpm.install
parent46328e7f9a997f2080d9b01ea32910302ca1fbb2 (diff)
downloadaur-0a1cd4a0ad5eeb1ff2fa9a622987525118feffda.tar.gz
merge php53 coexisting with php fix of aur user zlatkig
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..539b13a9b694
--- /dev/null
+++ b/php-fpm.install
@@ -0,0 +1,9 @@
+post_install() {
+ if [[ ! -d run/php53-fpm ]]; then
+ usr/bin/systemd-tmpfiles --create php53-fpm.conf
+ fi
+}
+
+post_upgrade() {
+ post_install
+}