summaryrefslogtreecommitdiffstats
path: root/abs/core/php/php-fpm.install
diff options
context:
space:
mode:
Diffstat (limited to 'abs/core/php/php-fpm.install')
-rw-r--r--abs/core/php/php-fpm.install9
1 files changed, 0 insertions, 9 deletions
diff --git a/abs/core/php/php-fpm.install b/abs/core/php/php-fpm.install
deleted file mode 100644
index 3572a76..0000000
--- a/abs/core/php/php-fpm.install
+++ /dev/null
@@ -1,9 +0,0 @@
-post_install() {
- if [[ ! -d run/php-fpm ]]; then
- usr/bin/systemd-tmpfiles --create php-fpm.conf
- fi
-}
-
-post_upgrade() {
- post_install
-}