File: php5-xdebug.postrm

package info (click to toggle)
xdebug 2.0.3-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 1,460 kB
  • ctags: 1,084
  • sloc: ansic: 10,536; sh: 6,895; xml: 1,866; makefile: 550; perl: 57
file content (12 lines) | stat: -rw-r--r-- 200 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#! /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

#DEBHELPER#

exit 0