Current Path : /var/lib/dpkg/info/ |
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