File: php5-memcache.postrm

package info (click to toggle)
php-memcache 3.0.1-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 112 kB
  • ctags: 4
  • sloc: makefile: 27; sh: 22
file content (12 lines) | stat: -rw-r--r-- 204 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/memcache.ini
    fi
    rm -f /etc/php5/conf.d/memcache.ini
fi

#DEBHELPER#

exit 0