core/php56/php-fpm.install
2016-09-21 19:37:36 +01:00

10 lines
143 B
Plaintext

post_install() {
if [[ ! -d run/php56-fpm ]]; then
usr/bin/systemd-tmpfiles --create php56-fpm.conf
fi
}
post_upgrade() {
post_install
}