File: php5-memcache.postinst

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 (9 lines) | stat: -rw-r--r-- 153 bytes parent folder | download
1
2
3
4
5
6
7
8
9
#! /bin/sh -e

if test "$1" = "configure"; then
    ucf /usr/share/php5-memcache/memcache.ini-dist /etc/php5/conf.d/memcache.ini
fi

#DEBHELPER#

exit 0