summarylogtreecommitdiffstats
path: root/php-fpm.install
blob: a859c9d22c9ee6881ef34ff46718cea263d82a97 (plain)
1
2
3
4
5
6
7
8
9
post_install() {
	if [[ ! -d run/php55-fpm ]]; then
		usr/bin/systemd-tmpfiles --create php55-fpm.conf
	fi
}

post_upgrade() {
	post_install
}