Your IP : 216.73.216.95


Current Path : /var/lib/dpkg/info/
Upload File :
Current File : /var/lib/dpkg/info/php7.2-dev.prerm

#!/bin/sh

set -e

if [ "$1" = "remove" -o "$1" = "purge" ]; then
    update-alternatives --remove php-config /usr/bin/php-config7.2
    update-alternatives --remove phpize /usr/bin/phpize7.2
fi



exit 0