#! /bin/sh -e if test "$1" = "purge"; then if which ucf >/dev/null 2>&1; then ucf --purge /etc/php5/conf.d/xdebug.ini fi rm -f /etc/php5/conf.d/xdebug.ini fi exit 0