Linux puskom-ProLiant-DL385-Gen10 5.4.0-150-generic #167~18.04.1-Ubuntu SMP Wed May 24 00:51:42 UTC 2023 x86_64
/
var
/
lib
/
dpkg
/
info
/
/var/lib/dpkg/info/php7.2-fpm.prerm
#!/bin/sh set -e php_enable() { return 0; } # Automatically added by dh_installinit/11.1.6ubuntu1 if [ -x "/etc/init.d/php7.2-fpm" ] && [ "$1" = remove ]; then invoke-rc.d php7.2-fpm stop || exit 1 fi # End automatically added section # Automatically added by dh_apache2/UNDECLARED if [ "$1" = "remove" ] || [ "$1" = "deconfigure" ] ; then if php_enable; then if [ -e /usr/share/apache2/apache2-maintscript-helper ] ; then . /usr/share/apache2/apache2-maintscript-helper for conf in php7.2-fpm ; do apache2_invoke disconf $conf || exit 1 done fi fi fi # End automatically added section exit 0