summarylogtreecommitdiffstats
path: root/php-fpm.install
diff options
context:
space:
mode:
Diffstat (limited to 'php-fpm.install')
-rw-r--r--php-fpm.install10
1 files changed, 0 insertions, 10 deletions
diff --git a/php-fpm.install b/php-fpm.install
deleted file mode 100644
index 8392bbb62bdb..000000000000
--- a/php-fpm.install
+++ /dev/null
@@ -1,10 +0,0 @@
-post_install() {
- if [[ ! -d run/php54-fpm ]]; then
- usr/bin/systemd-tmpfiles --create php54-fpm.conf
- fi
-}
-
-post_upgrade() {
- post_install
-}
-