Package apache2-mod_php8.0: Скрипты

Pre uninstall

if [ $1 = 0 ]; then 
    if [ -x /usr/share/php/scripts/php_preun.sh ]; then 
        export php_servicedir=/usr/share/php/8.0/service 
	export php_sysconfdir=/etc/php/8.0 
	export php_extconf=/usr/share/php/8.0/extconf 
	export sapiList=apache2-mod_php 
	/usr/share/php/scripts/php_preun.sh 
    fi 
    find /etc/php/8.0/apache2-mod_php -type f -name '*.phpnew' -or -name '*.rpmnew' -delete 
fi